Home
last modified time | relevance | path

Searched refs:old_ifile (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/less/
HDedit.c30 extern IFILE old_ifile;
280 was_curr_ifile = old_ifile;
430 old_ifile = was_curr_ifile;
HDcommand.c1194 IFILE old_ifile; in commands() local
1859 old_ifile = curr_ifile; in commands()
1868 reedit_ifile(old_ifile); in commands()
1871 del_ifile(old_ifile); in commands()
HDfilename.c52 extern IFILE old_ifile;
317 (c) == '#' ? old_ifile : NULL_IFILE)
HDmain.c26 public IFILE old_ifile = NULL_IFILE; variable