Searched refs:every_first_cmd (Results 1 – 5 of 5) sorted by relevance
31 extern char *every_first_cmd;151 if (every_first_cmd != NULL) in scan_option()152 free(every_first_cmd); in scan_option()153 every_first_cmd = save(str+1); in scan_option()
26 extern char *every_first_cmd;658 if (every_first_cmd != NULL) in edit_ifile()660 ungetsc(every_first_cmd); in edit_ifile()
44 extern char *every_first_cmd;298 if (every_first_cmd != NULL) in exec_mca()299 free(every_first_cmd); in exec_mca()301 every_first_cmd = NULL; in exec_mca()303 every_first_cmd = save(cbuf); in exec_mca()
45 extern char *every_first_cmd;432 every_first_cmd = save(s); in opt_p()
30 public char * every_first_cmd = NULL; variable