Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/nvi/vi/
HDv_at.c91 v_event_push(sp, NULL, L("\n"), 1, 0)) || in v_at()
92 v_event_push(sp, NULL, tp->lb, tp->len, 0)) in v_at()
105 if (v_event_push(sp, NULL, wp, wlen, 0)) in v_at()
HDv_search.c240 v_event_push(sp, NULL, L("+"), 1, CH_NOMAP | CH_QUOTED)) in v_exaddr()
244 if (v_event_push(sp, NULL, cmd, len, CH_NOMAP | CH_QUOTED)) in v_exaddr()
251 if (v_event_push(sp, NULL, w, wlen, CH_NOMAP | CH_QUOTED)) in v_exaddr()
HDv_txt.c663 (void)v_event_push(sp, NULL, L("\r"), 1, CH_NOMAP); in v_txt()
1565 if (v_event_push(sp, NULL, &ch, 1, CH_ABBREVIATED)) in txt_abbrev()
1567 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_ABBREVIATED)) in txt_abbrev()
HDvi.c1116 return (v_event_push(sp, in v_alias()
/freebsd-14-stable/contrib/nvi/common/
HDkey.c354 v_event_push(SCR *sp, in v_event_push() function
721 if (v_event_push(sp, NULL, qp->output + qp->ilen, in v_event_get()
724 if (v_event_push(sp, NULL, in v_event_get()
730 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED)) in v_event_get()
736 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED | CH_NOMAP)) in v_event_get()
/freebsd-14-stable/contrib/nvi/ex/
HDex_visual.c84 (void)v_event_push(sp, NULL, wp, wlen, CH_NOMAP | CH_QUOTED); in ex_visual()
/freebsd-14-stable/usr.bin/vi/
HDextern.h344 int v_event_push(SCR *, EVENT *, CHAR_T *, size_t, u_int);