Home
last modified time | relevance | path

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

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