Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dedit.c36 extern IFILE old_ifile;
595 * (Don't set old_ifile, because if you call edit_ifile(NULL), in edit_ifile()
618 old_ifile = was_curr_ifile; in edit_ifile()
H A Dcommand.c1309 IFILE old_ifile; in commands()
2023 old_ifile = curr_ifile; in commands()
2032 reedit_ifile(old_ifile); in commands()
2035 del_ifile(old_ifile); in commands()
1225 IFILE old_ifile; commands() local
H A Dfilename.c51 extern IFILE old_ifile;
361 IFILE ifile = (*fr == '%') ? curr_ifile : (*fr == '#') ? old_ifile : NULL_IFILE; in fexpand()
H A Dmain.c35 public IFILE old_ifile = NULL_IFILE;
26 public IFILE old_ifile = NULL_IFILE; global() variable