Searched refs:every_first_cmd (Results 1 – 5 of 5) sorted by relevance
32 extern char *every_first_cmd;148 if (every_first_cmd != NULL) in scan_option()149 free(every_first_cmd); in scan_option()150 every_first_cmd = save(str+1); in scan_option()
48 extern char *every_first_cmd;270 if (every_first_cmd != NULL) in exec_mca()271 free(every_first_cmd); in exec_mca()273 every_first_cmd = NULL; in exec_mca()275 every_first_cmd = save(cbuf); in exec_mca()
25 extern char *every_first_cmd;640 if (every_first_cmd != NULL) in edit_ifile()642 ungetsc(every_first_cmd); in edit_ifile()
46 extern char *every_first_cmd;400 every_first_cmd = save(s); in opt_p()
22 public char * every_first_cmd = NULL; variable