abc_constructsuper  977 lib/as3/abc.c  		    body->code = abc_constructsuper(body->code, 0);
abc_constructsuper   96 lib/as3/opcodes.h code_t* abc_constructsuper(code_t*prev, int v);
abc_constructsuper   97 lib/as3/opcodes.h #define constructsuper(method,v) (method->code = abc_constructsuper(method->code,v))
abc_constructsuper  881 lib/as3/parser.tab.c         c = abc_constructsuper(c, 0);
abc_constructsuper 1209 lib/as3/parser.tab.c             c = abc_constructsuper(c, 0);
abc_constructsuper 7486 lib/as3/parser.tab.c     (yyval.value).c = abc_constructsuper((yyval.value).c, (yyvsp[(3) - (4)].value_list).number);