Home
last modified time | relevance | path

Searched refs:every_first_cmd (Results 1 – 5 of 5) sorted by relevance

/src/contrib/less/
H A Doption.c31 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()
H A Dedit.c26 extern char *every_first_cmd;
638 if (every_first_cmd != NULL) in edit_ifile()
640 ungetsc(every_first_cmd); in edit_ifile()
H A Dcommand.c43 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()
H A Doptfunc.c44 extern char *every_first_cmd;
426 every_first_cmd = save(s); in opt_p()
H A Dmain.c30 public char * every_first_cmd = NULL; variable