Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dtokenizer.h47 int indstack[MAXINDENT]; /* Stack of indents */ member
Dtokenizer.c68 tok->indstack[0] = 0; in tok_new()
1405 if (col == tok->indstack[tok->indent]) { in tok_get()
1411 else if (col > tok->indstack[tok->indent]) { in tok_get()
1422 tok->indstack[++tok->indent] = col; in tok_get()
1428 col < tok->indstack[tok->indent]) { in tok_get()
1432 if (col != tok->indstack[tok->indent]) { in tok_get()