Home
last modified time | relevance | path

Searched refs:CH_ABBREVIATED (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dkey.h108 #define CH_ABBREVIATED 0x01 /* Character is from an abbreviation. */ macro
/freebsd/contrib/nvi/vi/
H A Dv_txt.c575 if (F_ISSET(&evp->e_ch, CH_ABBREVIATED)) { in v_txt()
577 if (v_event_flush(sp, CH_ABBREVIATED)) in v_txt()
1565 if (v_event_push(sp, NULL, &ch, 1, CH_ABBREVIATED)) in txt_abbrev()
1567 if (v_event_push(sp, NULL, qp->output, qp->olen, CH_ABBREVIATED)) in txt_abbrev()