Searched refs:altindstack (Results 1 – 4 of 4) sorted by relevance
50 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
139 tok->altindstack[0] = 0; in tok_new()1402 if (altcol != tok->altindstack[tok->indent]) { in tok_get()1413 if (altcol <= tok->altindstack[tok->indent]) { in tok_get()1418 tok->altindstack[tok->indent] = altcol; in tok_get()1432 if (altcol != tok->altindstack[tok->indent]) { in tok_get()
41 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
120 tok->altindstack[0] = 0; in tok_new()1262 if (altcol != tok->altindstack[tok->indent]) { in tok_get()1274 if (altcol <= tok->altindstack[tok->indent]) { in tok_get()1280 tok->altindstack[tok->indent] = altcol; in tok_get()1294 if (altcol != tok->altindstack[tok->indent]) { in tok_get()