abc_pushfalse     280 lib/as3/expr.c         case CONSTANT_FALSE: t.c = abc_pushfalse(0);t.t = TYPE_BOOLEAN;break;
abc_pushfalse    2581 lib/as3/expr.c             c = abc_pushfalse(0);
abc_pushfalse     399 lib/as3/opcodes.h code_t* abc_pushfalse(code_t*prev);
abc_pushfalse     400 lib/as3/opcodes.h #define pushfalse(method) (method->code = abc_pushfalse(method->code))
abc_pushfalse     704 lib/as3/parser.tab.c        c = abc_pushfalse(c);