Searched refs:ex_run_str (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 185 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 D | ex_source.c | 86 rc = ex_run_str(sp, np, wp, wlen - 1, 1, 0); in ex_source()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_ex.c | 376 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 D | extern.h | 83 int ex_run_str(SCR *, char *, CHAR_T *, size_t, int, int);
|
/freebsd/contrib/nvi/common/ |
H A D | exf.c | 563 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 0)) in file_cinit()
|