Searched refs:ex_run_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_init.c35 static int ex_run_file(SCR *, char *);
179 if (ex_run_file(sp, _PATH_SYSEXRC))
213 &hsb, path, 0, 1) == RCOK && ex_run_file(sp, path))
219 if (ex_run_file(sp, path))
241 ex_run_file(sp, _PATH_EXRC))
249 ex_run_file(sp, _PATH_NEXRC))
264 * ex_run_file --
268 ex_run_file(SCR *sp, char *name) function

Completed in 114 milliseconds