Home
last modified time | relevance | path

Searched refs:stackentry (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Parser/
Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
Dparser.c40 register stackentry *top; in s_push()
/external/python/cpython3/Parser/
Dparser.h16 } stackentry; typedef
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
Dparser.c40 stackentry *top; in s_push()
/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]
/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py108 stackentry = (self.grammar.dfas[start], 0, newnode)
109 self.stack = [stackentry]