Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/ex/
Dex_init.c193 if (ex_run_str(sp, "NEXINIT", wp, wlen - 1, 1, 0)) in ex_exrc()
197 if (ex_run_str(sp, "EXINIT", wp, wlen - 1, 1, 0)) in ex_exrc()
277 ex_run_str(SCR *sp, const char *name, const CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() function
Dex_source.c98 return (ex_run_str(sp, name, dp, wlen - 1, 1, 1)); in ex_source()
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_ex.c393 if (ex_run_str(sp, NULL, tp->lb, tp->len, 0, 1)) in v_ex()
579 if (ex_run_str(sp, NULL, p, len, 0, 0)) in v_ecl_exec()
/netbsd/src/external/bsd/nvi/dist/common/
Dapi.c518 return (ex_run_str(sp, NULL, wp, wlen - 1, 0, 0)); in api_run_str()
Dexf.c568 if (ex_run_str(sp, "-c option", wp, wlen - 1, 1, 1)) in file_cinit()