Searched refs:ste_varnames (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | symtable.h | 30 PyObject *ste_varnames; /* list of variable names */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | symtable.h | 30 PyObject *ste_varnames; /* list of variable names */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | symtable.c | 40 ste->ste_varnames = NULL; in ste_new() 47 ste->ste_varnames = PyList_New(0); in ste_new() 48 if (ste->ste_varnames == NULL) in ste_new() 101 Py_XDECREF(ste->ste_varnames); in ste_dealloc() 112 {"varnames", T_OBJECT, OFF(ste_varnames), READONLY}, 910 if (PyList_Append(st->st_cur->ste_varnames, mangled) < 0) in symtable_add_def()
|
D | compile.c | 461 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | symtable.c | 42 ste->ste_varnames = NULL; in ste_new() 49 ste->ste_varnames = PyList_New(0); in ste_new() 50 if (ste->ste_varnames == NULL) in ste_new() 103 Py_XDECREF(ste->ste_varnames); in ste_dealloc() 114 {"varnames", T_OBJECT, OFF(ste_varnames), READONLY}, 912 if (PyList_Append(st->st_cur->ste_varnames, mangled) < 0) in symtable_add_def()
|
D | compile.c | 484 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
|