Searched refs:mypch (Results 1 – 1 of 1) sorted by relevance
760 char *mypch; in start_auto_mode() local770 mypch = strtok(temp, AUTO_SEPARATOR); in start_auto_mode()771 while (mypch != NULL) { in start_auto_mode()772 if ((strlen(remove_spaces(mypch)) > 0) && in start_auto_mode()773 (remove_spaces(mypch)[0] != AUTO_SEPARATOR[0])) { in start_auto_mode()776 sprintf(commands[nb_commands], "%s", remove_spaces(mypch)); in start_auto_mode()780 mypch = strtok(NULL, AUTO_SEPARATOR); in start_auto_mode()