Searched refs:DEF_NONLOCAL (Results 1 – 2 of 2) sorted by relevance
89 #define DEF_NONLOCAL 2<<2 /* nonlocal stmt */ macro103 #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
475 if (flags & DEF_NONLOCAL) { in analyze_name()488 if (flags & DEF_NONLOCAL) { in analyze_name()1179 if ((cur & (DEF_GLOBAL | DEF_NONLOCAL)) in symtable_visit_stmt()1316 if (!symtable_add_def(st, name, DEF_NONLOCAL)) in symtable_visit_stmt()