Searched refs:e_ch (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | key.c | 396 F_INIT(&evp->e_ch, flags); in v_event_push() 630 if (istimeout || F_ISSET(&evp->e_ch, CH_NOMAP) || in v_event_get() 683 F_INIT(&argp->e_ch, 0); in v_event_get() 897 F_ISSET(&gp->i_event[gp->i_next].e_ch, flags); rval = 1) in v_event_flush()
|
H A D | key.h | 114 #define e_ch _u_event._e_ch /* !!! The structure, not the char. */ macro 153 F_ISSET(&sp->gp->i_event[sp->gp->i_next].e_ch, CH_MAPPED))
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_txt.c | 157 if (!F_ISSET(&ev.e_ch, CH_MAPPED)) in ex_txt()
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.c | 413 if (F_ISSET(&ev.e_ch, CH_MAPPED)) \ 484 if (F_ISSET(&ev.e_ch, CH_MAPPED)) in v_cmd()
|
H A D | v_txt.c | 575 if (F_ISSET(&evp->e_ch, CH_ABBREVIATED)) { in v_txt() 609 if (F_ISSET(&evp->e_ch, CH_QUOTED)) in v_txt()
|