Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/vi/
Dv_ex.c281 if (argv_exp1(sp, &cmd, bang, 1, 1)) in v_filter()
313 if (argv_exp1(sp, &cmd, tp->lb + 1, tp->len - 1, 1)) in v_filter()
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_write.c168 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1)) in exwr()
Dex_read.c112 if (argv_exp1(sp, cmdp, arg, arglen, 1)) in ex_read()
Dex_argv.c94 argv_exp1(SCR *sp, EXCMD *excp, const CHAR_T *cmd, size_t cmdlen, int is_bang) in argv_exp1() function
Dex.c1138 if (argv_exp1(sp, ecp, ecp->cp, in ex_cmd()