abc_findpropstrict2  180 lib/as3/opcodes.h code_t* abc_findpropstrict2(code_t*prev, multiname_t* name);
abc_findpropstrict2  181 lib/as3/opcodes.h #define findpropstrict2(method,name) (method->code = abc_findpropstrict2(method->code,name))
abc_findpropstrict2 1845 lib/as3/parser.tab.c         x.c = abc_findpropstrict2(x.c, &m);
abc_findpropstrict2 2235 lib/as3/parser.tab.c 			o.c = abc_findpropstrict2(o.c, &m);
abc_findpropstrict2 2294 lib/as3/parser.tab.c             o.c = abc_findpropstrict2(o.c, &m);
abc_findpropstrict2 7378 lib/as3/parser.tab.c         (yyval.value).c = abc_findpropstrict2(0, &m);