Home
last modified time | relevance | path

Searched refs:edit_ifile (Results 1 – 6 of 6) sorted by relevance

/src/contrib/less/
H A Dedit.c399 return (edit_ifile(NULL_IFILE)); in edit()
400 return (edit_ifile(get_ifile(filename, curr_ifile))); in edit()
433 public int edit_ifile(IFILE ifile) in edit_ifile() function
773 if (edit_ifile(h) == 0) in edit_istep()
838 return (edit_ifile(h)); in edit_index()
871 if (edit_ifile(save_ifile) == 0) in reedit_ifile()
H A Dlsystem.c91 (void) edit_ifile(NULL_IFILE); in lsystem()
H A Dmark.c315 if (edit_ifile(m->m_ifile)) in gomark()
H A Dfuncs.h152 public int edit_ifile(IFILE ifile);
H A Dcommand.c2154 if (edit_ifile(new_ifile) != 0) in commands()
H A DNEWS246 * Fix uninitialized variable in edit_ifile (github #573).