abc_pushtrue 279 lib/as3/expr.c case CONSTANT_TRUE: t.c = abc_pushtrue(0);t.t = TYPE_BOOLEAN;break; abc_pushtrue 2577 lib/as3/expr.c c = abc_pushtrue(0); abc_pushtrue 426 lib/as3/opcodes.h code_t* abc_pushtrue(code_t*prev); abc_pushtrue 427 lib/as3/opcodes.h #define pushtrue(method) (method->code = abc_pushtrue(method->code))