Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_txt.c278 int abcnt, ab_turnoff; /* Abbreviation character count, switch. */ in v_txt() local
437 abcnt = ab_turnoff = 0; in v_txt()
591 if (++abcnt > MAX_ABBREVIATION_EXPANSION) { in v_txt()
595 abcnt = 0; in v_txt()
601 abcnt = 0; in v_txt()