HomeSort by: relevance | last modified time | path
    Searched defs:abcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_txt.c 278 int abcnt, ab_turnoff; /* Abbreviation character count, switch. */ local
437 abcnt = ab_turnoff = 0;
591 if (++abcnt > MAX_ABBREVIATION_EXPANSION) {
595 abcnt = 0;
601 abcnt = 0;
v_txt.c 278 int abcnt, ab_turnoff; /* Abbreviation character count, switch. */ local
437 abcnt = ab_turnoff = 0;
591 if (++abcnt > MAX_ABBREVIATION_EXPANSION) {
595 abcnt = 0;
601 abcnt = 0;

Completed in 55 milliseconds