Searched refs:argv_exp0 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_ex.c | 44 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 D | ex_args.c | 63 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 D | ex_init.c | 269 argv_exp0(sp, &cmd, wp, wlen - 1); in ex_run_file()
|
H A D | ex_argv.c | 63 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 D | ex.c | 528 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 D | ex_tag.c | 61 argv_exp0(sp, &cmd, tagarg, STRLEN(tagarg)); in ex_tag_first()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 53 int argv_exp0(SCR *, EXCMD *, CHAR_T *, size_t);
|