abc_getscopeobject  222 lib/as3/opcodes.h code_t* abc_getscopeobject(code_t*prev, int v);
abc_getscopeobject  223 lib/as3/opcodes.h #define getscopeobject(method,v) (method->code = abc_getscopeobject(method->code,v))
abc_getscopeobject  862 lib/as3/parser.tab.c             c = abc_getscopeobject(c, 1);
abc_getscopeobject 2194 lib/as3/parser.tab.c             o.c = abc_getscopeobject(o.c, 1);
abc_getscopeobject 4997 lib/as3/parser.tab.c     (yyval.code) = slot?abc_getscopeobject(0, 1):0;
abc_getscopeobject  286 lib/as3/scripts.c     c = abc_getscopeobject(c, 0);