Searched defs:freevars (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Objects/ |
D | codeobject.c | 95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 280 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 100 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 355 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
|
/external/python/cpython2/Python/ |
D | ceval.c | 808 register PyObject **fastlocals, **freevars; in PyEval_EvalFrameEx() local 3373 register PyObject **fastlocals, **freevars; in PyEval_EvalCodeEx() local 5184 PyObject **freevars = (f->f_localsplus + in string_concatenate() local
|
D | marshal.c | 1013 PyObject *freevars = NULL; in r_object() local
|
D | compile.c | 3814 PyObject *freevars = NULL; in makecode() local
|
/external/python/cpython3/Python/ |
D | ceval.c | 561 PyObject **fastlocals, **freevars; in _PyEval_EvalFrameDefault() local 3675 PyObject **fastlocals, **freevars; in _PyEval_EvalCodeWithName() local 5030 PyObject **freevars = (f->f_localsplus + in unicode_concatenate() local
|
D | marshal.c | 1370 PyObject *freevars = NULL; in r_object() local
|
D | compile.c | 5376 PyObject *freevars = NULL; in makecode() local
|