abc_not          1044 lib/as3/expr.c     c = abc_not(c);
abc_not          1078 lib/as3/expr.c     c = abc_not(c);
abc_not          1203 lib/as3/expr.c     c = abc_not(c);
abc_not           384 lib/as3/opcodes.h code_t* abc_not(code_t*prev);
abc_not           385 lib/as3/opcodes.h #define not(method) (method->code = abc_not(method->code))