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

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_source.c86 rc = ex_run_str(sp, np, wp, wlen - 1, 1, 0);
H A Dex_init.c185 if (ex_run_str(sp, "NEXINIT", wp, wlen - 1, 1, 0))
189 if (ex_run_str(sp, "EXINIT", wp, wlen - 1, 1, 0))
274 * ex_run_str --
277 * PUBLIC: int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
280 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) function
H A Dextern.h49 int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_ex.c376 if (ex_run_str(sp, NULL, tp->lb, tp->len, 0, 1))
560 if (ex_run_str(sp, NULL, p, len, 0, 0))
/freebsd-13-stable/contrib/nvi/common/
H A Dexf.c549 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 0))

Completed in 167 milliseconds