Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtokenizer.h61 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
Dtokenizer.c74 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()