Home
last modified time | relevance | path

Searched refs:argv_exp2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_read.c188 if (argv_exp2(sp, cmdp, arg, arglen)) in ex_read()
H A Dex_write.c209 if (argv_exp2(sp, cmdp, p, STRLEN(p))) in exwr()
H A Dex_argv.c125 argv_exp2(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen) in argv_exp2() function
H A Dex_cscope.c212 if (argv_exp2(sp, cmdp, dname, STRLEN(dname))) { in cscope_add()
H A Dex.c1095 if (argv_exp2(sp, ecp, ecp->cp, ecp->clen)) in ex_cmd()
/freebsd/usr.bin/vi/
H A Dextern.h55 int argv_exp2(SCR *, EXCMD *, CHAR_T *, size_t);
/freebsd/contrib/nvi/common/
H A Dexf.c1071 if (argv_exp2(sp, &cmd, wp, wlen)) {