Home
last modified time | relevance | path

Searched defs:symtable (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dsymtable.h18 struct symtable { struct
21 struct _symtable_entry *st_cur; /* current symbol table entry */ argument
22 struct _symtable_entry *st_top; /* symbol table entry for module */ argument
37 typedef struct _symtable_entry { argument
/external/python/cpython2/Include/
Dsymtable.h13 struct symtable { struct
15 struct _symtable_entry *st_cur; /* current symbol table entry */ argument
16 struct _symtable_entry *st_top; /* module entry */ argument
25 typedef struct _symtable_entry { argument
/external/python/cpython3/Lib/
Dsymtable.py12 def symtable(code, filename, compile_type): function
/external/python/cpython2/Lib/
Dsymtable.py12 def symtable(code, filename, compile_type): function