Searched refs:excmd (Results 1 – 5 of 5) sorted by relevance
120 gp->excmd.cp = tp->lb; in v_exaddr()121 gp->excmd.clen = tp->len; in v_exaddr()122 F_INIT(&gp->excmd, E_VISEARCH); in v_exaddr()144 F_SET(&gp->excmd, E_SEARCH_WMSG); in v_exaddr()174 cmdp = &gp->excmd; in v_exaddr()184 gp->excmd.clen = 0; in v_exaddr()
77 gp->excmd.if_lno = 1; in ex()78 gp->excmd.if_name = "script"; in ex()89 for (;; ++gp->excmd.if_lno) { in ex()115 CLEAR_EX_PARSER(&gp->excmd); in ex()123 gp->excmd.cp = L(" "); /* __TK__ why not |? */ in ex()124 gp->excmd.clen = 1; in ex()126 gp->excmd.cp = tp->lb; in ex()127 gp->excmd.clen = tp->len; in ex()129 F_INIT(&gp->excmd, E_NRSEP); in ex()2091 if (ecp == &gp->excmd) { in ex_load()[all …]
297 ecp = &gp->excmd; in ex_run_str()
92 EXCMD excmd; /* Default ex command structure. */ member
74 SLIST_INSERT_HEAD(gp->ecq, &gp->excmd, q); in editor()