abc_lookupswitch  336 lib/as3/opcodes.h code_t* abc_lookupswitch(code_t*prev, lookupswitch_t* l);
abc_lookupswitch  337 lib/as3/opcodes.h #define lookupswitch(method,l) (method->code = abc_lookupswitch(method->code,l))
abc_lookupswitch 1944 lib/as3/parser.tab.c     c = abc_lookupswitch(c, l);