abc_pushwith 435 lib/as3/opcodes.h code_t* abc_pushwith(code_t*prev); abc_pushwith 436 lib/as3/opcodes.h #define pushwith(method) (method->code = abc_pushwith(method->code)) abc_pushwith 5756 lib/as3/parser.tab.c state->method->scope_code = abc_pushwith(state->method->scope_code); abc_pushwith 5780 lib/as3/parser.tab.c (yyval.code) = abc_pushwith((yyval.code)); abc_pushwith 8549 lib/as3/parser.tab.c c = abc_pushwith(c);