CONSTANT_FALSE 280 lib/as3/expr.c case CONSTANT_FALSE: t.c = abc_pushfalse(0);t.t = TYPE_BOOLEAN;break; CONSTANT_FALSE 307 lib/as3/expr.c case CONSTANT_FALSE: return 0; CONSTANT_FALSE 320 lib/as3/expr.c case CONSTANT_FALSE: return (double)0; CONSTANT_FALSE 2580 lib/as3/expr.c case CONSTANT_FALSE: CONSTANT_FALSE 1287 lib/as3/parser.tab.c || c->type == CONSTANT_FALSE); CONSTANT_FALSE 641 lib/as3/pool.c #define UNIQUE_CONSTANT(x) ((x) == CONSTANT_TRUE || (x) == CONSTANT_FALSE || (x) == CONSTANT_NULL || (x) == CONSTANT_UNDEFINED) CONSTANT_FALSE 695 lib/as3/pool.c c->type = CONSTANT_FALSE; CONSTANT_FALSE 771 lib/as3/pool.c } else if(c->type == CONSTANT_FALSE) {