Searched refs:VISIT_QUIT (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | symtable.c | 1138 #define VISIT_QUIT(ST, X) \ macro 1143 VISIT_QUIT((ST), 0); 1151 VISIT_QUIT((ST), 0); \ 1161 VISIT_QUIT((ST), 0); \ 1172 VISIT_QUIT((ST), 0); \ 1205 VISIT_QUIT(st, 0); in symtable_visit_stmt() 1210 VISIT_QUIT(st, 0); in symtable_visit_stmt() 1217 VISIT_QUIT(st, 0); in symtable_visit_stmt() 1223 VISIT_QUIT(st, 0); in symtable_visit_stmt() 1227 VISIT_QUIT(st, 0); in symtable_visit_stmt() [all …]
|