Home
last modified time | relevance | path

Searched refs:CH_MAPPED (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dkey.c722 qp->olen - qp->ilen, CH_MAPPED)) in v_event_get()
725 qp->output, qp->ilen, CH_NOMAP | CH_MAPPED)) 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()
H A Dkey.h109 #define CH_MAPPED 0x02 /* Character is from a map. */ macro
153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
/freebsd/contrib/nvi/vi/
H A Dvi.c348 err: if (v_event_flush(sp, CH_MAPPED)) in vi()
359 if (v_event_flush(sp, CH_MAPPED)) in vi()
413 if (F_ISSET(&ev.e_ch, CH_MAPPED)) \
484 if (F_ISSET(&ev.e_ch, CH_MAPPED)) in v_cmd()
/freebsd/contrib/nvi/ex/
H A Dex_txt.c157 if (!F_ISSET(&ev.e_ch, CH_MAPPED)) in ex_txt()
H A Dex.c1604 if (v_event_flush(sp, CH_MAPPED)) in ex_cmd()