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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_source.c90 rc = ex_run_str(sp, np, wp, wlen - 1, 1, 0);
H A Dex_init.c192 if (ex_run_str(sp, "NEXINIT", wp, wlen - 1, 1, 0))
196 if (ex_run_str(sp, "EXINIT", wp, wlen - 1, 1, 0))
281 * ex_run_str --
284 * PUBLIC: int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
287 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-11-stable/contrib/nvi/vi/
H A Dv_ex.c380 if (ex_run_str(sp, NULL, tp->lb, tp->len, 0, 1))
564 if (ex_run_str(sp, NULL, p, len, 0, 0))
/freebsd-11-stable/contrib/nvi/common/
H A Dexf.c567 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 1))

Completed in 204 milliseconds