Searched refs:indstack (Results 1 – 2 of 2) sorted by relevance
47 int indstack[MAXINDENT]; /* Stack of indents */ member
68 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()