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;638 if (every_first_cmd != NULL) in edit_ifile()640 ungetsc(every_first_cmd); in edit_ifile()
43 extern char *every_first_cmd;286 if (every_first_cmd != NULL) in exec_mca()287 free(every_first_cmd); in exec_mca()289 every_first_cmd = NULL; in exec_mca()291 every_first_cmd = save(cbuf); in exec_mca()
44 extern char *every_first_cmd;426 every_first_cmd = save(s); in opt_p()
30 public char * every_first_cmd = NULL; variable