Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dtokenizer.h61 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
H A Dtokenizer.c75 tok->altindstack[0] = 0; in tok_new()
1482 if (altcol != tok->altindstack[tok->indent]) { in tok_get()
1493 if (altcol <= tok->altindstack[tok->indent]) { in tok_get()
1498 tok->altindstack[tok->indent] = altcol; in tok_get()
1512 if (altcol != tok->altindstack[tok->indent]) { in tok_get()

Completed in 4 milliseconds