Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_ex.c44 argv_exp0(sp, &cmd, L(""), 1); in v_again()
125 argv_exp0(sp, &cmd, L("<"), 2); in v_shiftl()
141 argv_exp0(sp, &cmd, L(">"), 2); in v_shiftr()
157 argv_exp0(sp, &cmd, L("suspend"), SIZE(L("suspend"))); in v_suspend()
190 argv_exp0(sp, &cmd, wp, wlen); in v_switch()
206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1); in v_tagpush()
/freebsd/contrib/nvi/ex/
H A Dex_args.c63 if (argv_exp0(sp, cmdp, wp, wlen - 1)) in ex_next()
186 if (argv_exp0(sp, cmdp, wp, wlen - 1)) in ex_prev()
H A Dex_init.c269 argv_exp0(sp, &cmd, wp, wlen - 1); in ex_run_file()
H A Dex_argv.c63 argv_exp0(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen) in argv_exp0() function
111 (void)argv_exp0(sp, excp, bp, len); in argv_exp1()
H A Dex.c528 if (argv_exp0(sp, ecp, p, ecp->cp - p)) in ex_cmd()
1137 if (argv_exp0(sp, ecp, ecp->cp, ecp->clen)) in ex_cmd()
1164 if (argv_exp0(sp, ecp, t, p - t)) in ex_cmd()
1188 if (argv_exp0(sp, ecp, t, p - t)) in ex_cmd()
H A Dex_tag.c61 argv_exp0(sp, &cmd, tagarg, STRLEN(tagarg)); in ex_tag_first()
/freebsd/usr.bin/vi/
H A Dextern.h53 int argv_exp0(SCR *, EXCMD *, CHAR_T *, size_t);