abc_popscope      261 lib/as3/initcode.c             c = abc_popscope(c);
abc_popscope      390 lib/as3/opcodes.h code_t* abc_popscope(code_t*prev);
abc_popscope      391 lib/as3/opcodes.h #define popscope(method) (method->code = abc_popscope(method->code))
abc_popscope     5782 lib/as3/parser.tab.c      (yyval.code) = abc_popscope((yyval.code));
abc_popscope     8551 lib/as3/parser.tab.c     c = abc_popscope(c);
abc_popscope      291 lib/as3/scripts.c     c = abc_popscope(c);