abc_pushundefined  283 lib/as3/expr.c         case CONSTANT_UNDEFINED: t.c = abc_pushundefined(0);t.t = TYPE_ANY;break;
abc_pushundefined 1680 lib/as3/expr.c     c = abc_pushundefined(c);
abc_pushundefined 2593 lib/as3/expr.c             c = abc_pushundefined(0);
abc_pushundefined 2688 lib/as3/expr.c     t.c = abc_pushundefined(0);
abc_pushundefined  432 lib/as3/opcodes.h code_t* abc_pushundefined(code_t*prev);
abc_pushundefined  433 lib/as3/opcodes.h #define pushundefined(method) (method->code = abc_pushundefined(method->code))
abc_pushundefined 7487 lib/as3/parser.tab.c     (yyval.value).c = abc_pushundefined((yyval.value).c);