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

/freebsd-11-stable/contrib/nvi/ex/
H A Dextern.h20 int argv_exp1(SCR *, EXCMD *, CHAR_T *, size_t, int);
H A Dex_read.c105 if (argv_exp1(sp, cmdp, arg, arglen, 1))
H A Dex_write.c162 if (argv_exp1(sp, cmdp, p, STRLEN(p), 1))
H A Dex_argv.c83 * argv_exp1 --
87 * PUBLIC: int argv_exp1(SCR *, EXCMD *, CHAR_T *, size_t, int);
90 argv_exp1(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen, int is_bang) function
H A Dex.c1130 if (argv_exp1(sp, ecp, ecp->cp,
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ex.c266 if (argv_exp1(sp, &cmd, L("!"), 1, 1))
298 if (argv_exp1(sp, &cmd, tp->lb + 1, tp->len - 1, 1))

Completed in 55 milliseconds