Searched refs:tcmd (Results 1 – 1 of 1) sorted by relevance
594 char *tcmd; in msh_exec() local595 tcmd = cmd; in msh_exec()596 while (*tcmd != ' ' && *tcmd != '\0') in msh_exec()598 tcmd++; in msh_exec()600 *tcmd = '\0'; in msh_exec()
Completed in 33 milliseconds