Searched defs:stackentry (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Parser/
H A Dparser.h16 } stackentry; typedef in typeref:struct:__anon19608
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */
/external/python/cpython3/Parser/
H A Dparser.h16 } stackentry; typedef in typeref:struct:__anon20252
19 stackentry *s_top; /* Top entry */
20 stackentry s_base[MAXSTACK];/* Array of stack entries */

Completed in 140 milliseconds