Searched refs:argv_exp3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/nvi/ex/
H A Dextern.h22 int argv_exp3(SCR *, EXCMD *, CHAR_T *, size_t);
H A Dex_argv.c191 rval = argv_exp3(sp, excp, p, len);
199 rval = argv_exp3(sp, excp, p, len);
208 * argv_exp3 --
212 * PUBLIC: int argv_exp3(SCR *, EXCMD *, CHAR_T *, size_t);
215 argv_exp3(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen) function
H A Dex.c815 * it here instead of complicating the argv_exp3() code. Note,
1192 if (argv_exp3(sp, ecp, ecp->cp, ecp->clen))

Completed in 104 milliseconds