Home
last modified time | relevance | path

Searched refs:_symtable_entry (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h11 struct _symtable_entry;
15 struct _symtable_entry *st_cur; /* current symbol table entry */
16 struct _symtable_entry *st_top; /* module entry */
25 typedef struct _symtable_entry { struct
/external/python/cpython3/Include/
Dsymtable.h16 struct _symtable_entry;
21 struct _symtable_entry *st_cur; /* current symbol table entry */
22 struct _symtable_entry *st_top; /* symbol table entry for module */
37 typedef struct _symtable_entry { struct