Searched refs:altindstack (Results 1 – 2 of 2) sorted by relevance
61 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
74 tok->altindstack[0] = 0; in tok_new()1407 if (altcol != tok->altindstack[tok->indent]) { in tok_get()1418 if (altcol <= tok->altindstack[tok->indent]) { in tok_get()1423 tok->altindstack[tok->indent] = altcol; in tok_get()1437 if (altcol != tok->altindstack[tok->indent]) { in tok_get()