Searched refs:SET_SCOPE (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dsymtable.c354 #define SET_SCOPE(DICT, NAME, I) { \ macro
387 SET_SCOPE(dict, name, GLOBAL_EXPLICIT);
397 SET_SCOPE(dict, name, LOCAL);
412 SET_SCOPE(dict, name, FREE);
422 SET_SCOPE(dict, name, GLOBAL_IMPLICIT);
428 SET_SCOPE(dict, name, GLOBAL_IMPLICIT);
437 #undef SET_SCOPE macro

Completed in 106 milliseconds