Home
last modified time | relevance | path

Searched refs:argv_exp1 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/nvi2/vi/
H A Dv_ex.c262 if (argv_exp1(sp, &cmd, L("!"), 1, 1)) in v_filter()
294 if (argv_exp1(sp, &cmd, tp->lb + 1, tp->len - 1, 1)) in v_filter()
/dragonfly/usr.bin/vi/
H A Dex_extern.h20 int argv_exp1(SCR *, EXCMD *, CHAR_T *, size_t, int);
/dragonfly/contrib/nvi2/ex/
H A Dex_write.c158 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1)) in exwr()
H A Dex_read.c101 if (argv_exp1(sp, cmdp, arg, arglen, 1)) in ex_read()
H A Dex_argv.c86 argv_exp1(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen, int is_bang) in argv_exp1() function
H A Dex.c1125 if (argv_exp1(sp, ecp, ecp->cp, in ex_cmd()