Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_init.c185 if (ex_run_str(sp, "NEXINIT", wp, wlen - 1, 1, 0)) in ex_exrc()
189 if (ex_run_str(sp, "EXINIT", wp, wlen - 1, 1, 0)) in ex_exrc()
280 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() function
H A Dex_source.c86 rc = ex_run_str(sp, np, wp, wlen - 1, 1, 0); in ex_source()
/freebsd/contrib/nvi/vi/
H A Dv_ex.c376 if (ex_run_str(sp, NULL, tp->lb, tp->len, 0, 1)) in v_ex()
560 if (ex_run_str(sp, NULL, p, len, 0, 0)) in v_ecl_exec()
/freebsd/usr.bin/vi/
H A Dextern.h83 int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
/freebsd/contrib/nvi/common/
H A Dexf.c563 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 0)) in file_cinit()