Searched refs:excmd (Results 1 – 5 of 5) sorted by relevance
127 wp->excmd.cp = tp->lb; in v_exaddr()128 wp->excmd.clen = tp->len; in v_exaddr()129 F_INIT(&wp->excmd, E_VISEARCH); in v_exaddr()151 F_SET(&wp->excmd, E_SEARCH_WMSG); in v_exaddr()181 cmdp = &wp->excmd; in v_exaddr()191 wp->excmd.clen = 0; in v_exaddr()
85 wp->excmd.if_lno = 1; in ex()86 wp->excmd.if_name = strdup("script"); in ex()97 for (;; ++wp->excmd.if_lno) { in ex()123 CLEAR_EX_PARSER(&wp->excmd); in ex()132 wp->excmd.cp = &space; /* __TK__ why not |? */ in ex()133 wp->excmd.clen = 1; in ex()135 wp->excmd.cp = tp->lb; in ex()136 wp->excmd.clen = tp->len; in ex()138 F_INIT(&wp->excmd, E_NRSEP); in ex()1601 if (ecp->save_cmdlen != 0 || LIST_FIRST(&wp->ecq) != &wp->excmd) { in ex_cmd()[all …]
287 ecp = &wp->excmd; in ex_run_str()
85 LIST_INSERT_HEAD(&wp->ecq, &wp->excmd, q); in gs_new_win()
53 EXCMD excmd; /* Default ex command structure. */ member