Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h46 struct symtable *ste_table; member
/external/python/cpython3/Include/
Dsymtable.h63 struct symtable *ste_table; member
/external/python/cpython2/Python/
Dsymtable.c35 ste->ste_table = st; in ste_new()
99 ste->ste_table = NULL; in ste_dealloc()
384 PyErr_SyntaxLocation(ste->ste_table->st_filename, in analyze_name()
521 PyErr_SyntaxLocation(ste->ste_table->st_filename, in check_unoptimized()
/external/python/cpython3/Python/
Dsymtable.c53 ste->ste_table = st; in ste_new()
113 ste->ste_table = NULL; in ste_dealloc()
393 PyErr_SyntaxLocationObject(ste->ste_table->st_filename, in error_at_directive()