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

/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_at.c94 v_event_push(sp, NULL, "\n", 1, 0) ||
95 v_event_push(sp, NULL, tp->lb, tp->len, 0))
105 if (v_event_push(sp, NULL, nbuf, len, 0))
H A Dv_search.c248 v_event_push(sp, NULL, "+", 1, CH_NOMAP | CH_QUOTED))
252 if (v_event_push(sp, NULL, cmd, len, CH_NOMAP | CH_QUOTED))
258 if (v_event_push(sp, NULL, buf, tlen, CH_NOMAP | CH_QUOTED))
H A Dv_txt.c694 (void)v_event_push(sp, NULL, "\r", 1, CH_NOMAP);
1616 if (v_event_push(sp, NULL, &ch, 1, CH_ABBREVIATED))
1618 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_ABBREVIATED))
H A Dvi.c1122 return (v_event_push(sp,
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_visual.c88 (void)v_event_push(sp, NULL, buf, len, CH_NOMAP | CH_QUOTED);
/freebsd-9.3-release/contrib/nvi/common/
H A Dkey.c336 * v_event_push --
345 * PUBLIC: int v_event_push __P((SCR *, EVENT *, CHAR_T *, size_t, u_int));
348 v_event_push(sp, p_evp, p_s, nitems, flags) function
721 if (v_event_push(sp, NULL, qp->output + qp->ilen,
724 if (v_event_push(sp, NULL,
730 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED))
736 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_MAPPED | CH_NOMAP))
/freebsd-9.3-release/contrib/nvi/include/
H A Dcom_extern.h106 int v_event_push __P((SCR *, EVENT *, CHAR_T *, size_t, u_int));

Completed in 122 milliseconds