abc_hasnext2      243 lib/as3/opcodes.h code_t* abc_hasnext2(code_t*prev, int reg, int reg2);
abc_hasnext2      244 lib/as3/opcodes.h #define hasnext2(method,reg,reg2) (method->code = abc_hasnext2(method->code,reg,reg2))
abc_hasnext2     5218 lib/as3/parser.tab.c     (yyval.code) = abc_hasnext2((yyval.code), array, it);
abc_hasnext2     8560 lib/as3/parser.tab.c     c = abc_hasnext2(c, xml, index);