Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dcommand.c1303 IFILE old_ifile; in commands() local
2017 old_ifile = curr_ifile; in commands()
2026 reedit_ifile(old_ifile); in commands()
2029 del_ifile(old_ifile); in commands()
H A Dedit.c36 extern IFILE old_ifile;
618 old_ifile = was_curr_ifile; in edit_ifile()
H A Dfilename.c51 extern IFILE old_ifile;
361 IFILE ifile = (*fr == '%') ? curr_ifile : (*fr == '#') ? old_ifile : NULL_IFILE; in fexpand_copy()
H A Dmain.c32 public IFILE old_ifile = NULL_IFILE; variable