Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_txt.c267 int abcnt, ab_turnoff; /* Abbreviation character count, switch. */ in v_txt() local
425 abcnt = ab_turnoff = 0; in v_txt()
576 if (++abcnt > MAX_ABBREVIATION_EXPANSION) { in v_txt()
580 abcnt = 0; in v_txt()
586 abcnt = 0; in v_txt()