abc_greaterthan   878 lib/as3/expr.c     c = abc_greaterthan(c);
abc_greaterthan   234 lib/as3/opcodes.h code_t* abc_greaterthan(code_t*prev);
abc_greaterthan   235 lib/as3/opcodes.h #define greaterthan(method) (method->code = abc_greaterthan(method->code))