Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dv_at.c88 v_event_push(sp, NULL, "\n", 1, 0)) || in v_at()
89 v_event_push(sp, NULL, tp->lb, tp->len, 0)) in v_at()
101 if (v_event_push(sp, NULL, nbuf, len, 0)) in v_at()
H A Dv_search.c239 v_event_push(sp, NULL, "+", 1, CH_NOMAP | CH_QUOTED)) in v_exaddr()
243 if (v_event_push(sp, NULL, cmd, len, CH_NOMAP | CH_QUOTED)) in v_exaddr()
251 if (v_event_push(sp, NULL, buf, tlen, CH_NOMAP | CH_QUOTED)) in v_exaddr()
H A Dv_txt.c670 (void)v_event_push(sp, NULL, "\r", 1, CH_NOMAP); in v_txt()
1566 if (v_event_push(sp, NULL, &ch, 1, CH_ABBREVIATED)) in txt_abbrev()
1568 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_ABBREVIATED)) in txt_abbrev()
H A Dvi.c1114 return (v_event_push(sp, in v_alias()
/openbsd/usr.bin/vi/common/
H A Dkey.c324 v_event_push(SCR *sp, EVENT *p_evp, CHAR_T *p_s, size_t nitems, u_int flags) in v_event_push() function
689 if (v_event_push(sp, NULL, qp->output + qp->ilen, in v_event_get()
692 if (v_event_push(sp, NULL, in v_event_get()
698 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED)) in v_event_get()
704 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED | CH_NOMAP)) in v_event_get()
/openbsd/usr.bin/vi/ex/
H A Dex_visual.c85 (void)v_event_push(sp, NULL, buf, len, CH_NOMAP | CH_QUOTED); in ex_visual()
/openbsd/usr.bin/vi/include/
H A Dcom_extern.h25 int v_event_push(SCR *, EVENT *, CHAR_T *, size_t, u_int);