Searched refs:v_event_push (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/vi/vi/ |
H A D | v_at.c | 88 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 D | v_search.c | 239 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 D | v_txt.c | 670 (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 D | vi.c | 1114 return (v_event_push(sp, in v_alias()
|
/openbsd/usr.bin/vi/common/ |
H A D | key.c | 324 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 D | ex_visual.c | 85 (void)v_event_push(sp, NULL, buf, len, CH_NOMAP | CH_QUOTED); in ex_visual()
|
/openbsd/usr.bin/vi/include/ |
H A D | com_extern.h | 25 int v_event_push(SCR *, EVENT *, CHAR_T *, size_t, u_int);
|