Searched refs:altindstack (Results 1 – 4 of 4) sorted by relevance
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()
49 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
73 tok->altindstack[0] = 0; in tok_new()1231 if (altcol != tok->altindstack[tok->indent]) { in tok_get()1242 if (altcol <= tok->altindstack[tok->indent]) { in tok_get()1247 tok->altindstack[tok->indent] = altcol; in tok_get()1261 if (altcol != tok->altindstack[tok->indent]) { in tok_get()