Searched refs:argv_exp2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_read.c | 188 if (argv_exp2(sp, cmdp, arg, arglen)) in ex_read()
|
H A D | ex_write.c | 209 if (argv_exp2(sp, cmdp, p, STRLEN(p))) in exwr()
|
H A D | ex_argv.c | 125 argv_exp2(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen) in argv_exp2() function
|
H A D | ex_cscope.c | 212 if (argv_exp2(sp, cmdp, dname, STRLEN(dname))) { in cscope_add()
|
H A D | ex.c | 1095 if (argv_exp2(sp, ecp, ecp->cp, ecp->clen)) in ex_cmd()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 55 int argv_exp2(SCR *, EXCMD *, CHAR_T *, size_t);
|
/freebsd/contrib/nvi/common/ |
H A D | exf.c | 1071 if (argv_exp2(sp, &cmd, wp, wlen)) {
|