Searched refs:old_ifile (Results 1 – 4 of 4) sorted by relevance
36 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()
1309 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
51 extern IFILE old_ifile;361 IFILE ifile = (*fr == '%') ? curr_ifile : (*fr == '#') ? old_ifile : NULL_IFILE; in fexpand()
35 public IFILE old_ifile = NULL_IFILE;26 public IFILE old_ifile = NULL_IFILE; global() variable