Home
last modified time | relevance | path

Searched refs:excmd (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/vi/vi/
H A Dv_search.c115 gp->excmd.cp = tp->lb; in v_exaddr()
116 gp->excmd.clen = tp->len; in v_exaddr()
117 F_INIT(&gp->excmd, E_VISEARCH); in v_exaddr()
139 F_SET(&gp->excmd, E_SEARCH_WMSG); in v_exaddr()
169 cmdp = &gp->excmd; in v_exaddr()
179 gp->excmd.clen = 0; in v_exaddr()
/openbsd-src/usr.bin/vi/ex/
H A Dex.c74 gp->excmd.if_lno = 1; in ex()
75 gp->excmd.if_name = "script"; in ex()
86 for (;; ++gp->excmd.if_lno) { in ex()
112 CLEAR_EX_PARSER(&gp->excmd); in ex()
120 gp->excmd.cp = " "; /* __TK__ why not |? */ in ex()
121 gp->excmd.clen = 1; in ex()
123 gp->excmd.cp = tp->lb; in ex()
124 gp->excmd.clen = tp->len; in ex()
126 F_INIT(&gp->excmd, E_NRSEP); in ex()
1587 if (ecp->save_cmdlen != 0 || LIST_FIRST(&gp->ecq) != &gp->excmd) { in ex_cmd()
[all …]
H A Dex_init.c275 ecp = &gp->excmd; in ex_run_str()
/openbsd-src/usr.bin/vi/docs/interp/
H A Dspell.ok18 excmd
/openbsd-src/usr.bin/vi/common/
H A Dgs.h88 EXCMD excmd; /* Default ex command structure. */ member
H A Dmain.c89 LIST_INSERT_HEAD(&gp->ecq, &gp->excmd, q); in editor()