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

/freebsd-10.3-release/contrib/nvi/vi/
H A Dv_txt.c271 int abcnt, ab_turnoff; /* Abbreviation character count, switch. */ local
429 abcnt = ab_turnoff = 0;
580 if (++abcnt > MAX_ABBREVIATION_EXPANSION) {
584 abcnt = 0;
590 abcnt = 0;

Completed in 103 milliseconds