Searched refs:_symtable_entry (Results 1 – 3 of 3) sorted by relevance
11 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
17 struct _symtable_entry;22 struct _symtable_entry *st_cur; /* current symbol table entry */23 struct _symtable_entry *st_top; /* symbol table entry for module */38 typedef struct _symtable_entry { struct
1013 symtable_add_def_helper(struct symtable *st, PyObject *name, int flag, struct _symtable_entry *ste) in symtable_add_def_helper()1442 struct _symtable_entry *ste; in symtable_extend_namedexpr_scope()1448 ste = (struct _symtable_entry *) PyList_GET_ITEM(st->st_stack, i); in symtable_extend_namedexpr_scope()