Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dtokenizer.h41 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
Dtokenizer.c120 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()
/external/python/cpython3/Parser/
Dtokenizer.h49 int altindstack[MAXINDENT]; /* Stack of alternate indents */ member
Dtokenizer.c73 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()