Qundef 1192 array.c if (rpl == Qundef) {
Qundef 2113 array.c rb_ary_splice(ary, pos, len, Qundef);
Qundef 2794 array.c return Qundef;
Qundef 2826 array.c if (v != Qundef) return v;
Qundef 146 blockinlining.c Qundef);
Qundef 176 blockinlining.c Qundef));
Qundef 201 blockinlining.c if (val == Qundef) {
Qundef 209 blockinlining.c return Qundef;
Qundef 249 blockinlining.c Qundef);
Qundef 279 blockinlining.c Qundef));
Qundef 323 blockinlining.c if (val == Qundef) {
Qundef 331 blockinlining.c return Qundef;
Qundef 392 blockinlining.c Qundef));
Qundef 429 blockinlining.c Qundef));
Qundef 455 blockinlining.c if (val == Qundef) {
Qundef 463 blockinlining.c return Qundef;
Qundef 3171 compile.c if (node->nd_state == Qundef) {
Qundef 838 cont.c return Qundef;
Qundef 870 cont.c if ((value = fiber_store(fib)) == Qundef) {
Qundef 199 enum.c VALUE memo = Qundef;
Qundef 205 enum.c if (memo != Qundef) {
Qundef 423 enum.c if (memo[0] == Qundef) {
Qundef 439 enum.c if (memo[0] == Qundef) {
Qundef 501 enum.c memo[0] = Qundef;
Qundef 508 enum.c memo[0] = Qundef;
Qundef 520 enum.c if (memo[0] == Qundef) return Qnil;
Qundef 906 enum.c if (*memo == Qundef) {
Qundef 940 enum.c VALUE result = Qundef;
Qundef 943 enum.c if (result == Qundef) return Qfalse;
Qundef 990 enum.c if (*memo == Qundef) {
Qundef 1009 enum.c if (*memo == Qundef) {
Qundef 1044 enum.c result[0] = Qundef;
Qundef 1052 enum.c if (result[0] == Qundef) return Qnil;
Qundef 1063 enum.c if (*memo == Qundef) {
Qundef 1082 enum.c if (*memo == Qundef) {
Qundef 1116 enum.c result[0] = Qundef;
Qundef 1124 enum.c if (result[0] == Qundef) return Qnil;
Qundef 1135 enum.c if (memo[0] == Qundef) {
Qundef 1159 enum.c if (memo[0] == Qundef) {
Qundef 1203 enum.c result[0] = Qundef;
Qundef 1211 enum.c if (result[0] != Qundef) {
Qundef 1226 enum.c if (memo[0] == Qundef) {
Qundef 1255 enum.c memo[0] = Qundef;
Qundef 1269 enum.c if (memo[0] == Qundef) {
Qundef 1298 enum.c memo[0] = Qundef;
Qundef 1312 enum.c if (memo[0] == Qundef) {
Qundef 1350 enum.c memo[0] = Qundef;
Qundef 1351 enum.c memo[1] = Qundef;
Qundef 1493 enum.c return v[0] = Qundef;
Qundef 1515 enum.c if (v[0] == Qundef) {
Qundef 75 enumerator.c if (!ptr || ptr->obj == Qundef) {
Qundef 257 enumerator.c ptr->obj = Qundef;
Qundef 575 enumerator.c if (!ptr || ptr->proc == Qundef) {
Qundef 589 enumerator.c ptr->proc = Qundef;
Qundef 669 enumerator.c if (!ptr || ptr->proc == Qundef) {
Qundef 683 enumerator.c ptr->proc = Qundef;
Qundef 284 error.c if (x == Qundef) {
Qundef 255 ext/iconv/iconv.c if (opt->transliterate != Qundef) {
Qundef 263 ext/iconv/iconv.c if (opt->discard_ilseq != Qundef) {
Qundef 597 ext/iconv/iconv.c opt->transliterate = Qundef;
Qundef 598 ext/iconv/iconv.c opt->discard_ilseq = Qundef;
Qundef 59 ext/json/ext/generator/generator.c if (key == Qundef) return ST_CONTINUE;
Qundef 112 ext/json/ext/generator/generator.c if (key == Qundef) return ST_CONTINUE;
Qundef 684 ext/racc/cparse/cparse.c VALUE tmp, tmp_t = Qundef, tmp_v = Qundef;
Qundef 818 ext/ripper/ripper.c #define arg_add_optblock(l,b) ((b)==Qundef? l : dispatch2(args_add_block, l, b))
Qundef 838 ext/ripper/ripper.c #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
Qundef 842 ext/ripper/ripper.c #define escape_Qundef(x) ((x)==Qundef ? Qnil : (x))
Qundef 9786 ext/ripper/ripper.c (yyval.val) = Qundef;
Qundef 9916 ext/ripper/ripper.c (yyval.val) = Qundef;
Qundef 13056 ext/ripper/ripper.c parser->parser_yylval->val = Qundef;
Qundef 15317 ext/ripper/ripper.c if (x == Qundef)
Qundef 15712 ext/ripper/ripper.c if (obj == Qundef) {
Qundef 514 ext/ripper/ripper.y #define arg_add_optblock(l,b) ((b)==Qundef? l : dispatch2(args_add_block, l, b))
Qundef 534 ext/ripper/ripper.y #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
Qundef 538 ext/ripper/ripper.y #define escape_Qundef(x) ((x)==Qundef ? Qnil : (x))
Qundef 4584 ext/ripper/ripper.y $$ = Qundef;
Qundef 4734 ext/ripper/ripper.y $$ = Qundef;
Qundef 7656 ext/ripper/ripper.y parser->parser_yylval->val = Qundef;
Qundef 9917 ext/ripper/ripper.y if (x == Qundef)
Qundef 10312 ext/ripper/ripper.y if (obj == Qundef) {
Qundef 222 ext/tk/tkutil/tkutil.c if (key == Qundef) return ST_CONTINUE;
Qundef 607 ext/tk/tkutil/tkutil.c if (key == Qundef) return ST_CONTINUE;
Qundef 649 ext/tk/tkutil/tkutil.c if (key == Qundef) return ST_CONTINUE;
Qundef 1181 ext/tk/tkutil/tkutil.c if (key == Qundef) return ST_CONTINUE;
Qundef 49 hash.c if (a == Qundef || b == Qundef) return -1;
Qundef 113 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 149 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 156 hash.c st_delete_safe(tbl, (st_data_t*)&key, 0, Qundef);
Qundef 173 hash.c st_cleanup_safe(RHASH(hash)->ntbl, Qundef);
Qundef 403 hash.c if (key != Qundef) st_insert(tbl, key, value);
Qundef 715 hash.c return Qundef;
Qundef 717 hash.c if (st_delete_safe(RHASH(hash)->ntbl, &ktmp, &val, Qundef)) {
Qundef 724 hash.c return Qundef;
Qundef 752 hash.c if (val != Qundef) return val;
Qundef 767 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 768 hash.c if (var->key != Qundef) return ST_STOP;
Qundef 777 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 802 hash.c var.key = Qundef;
Qundef 806 hash.c if (var.key != Qundef) {
Qundef 823 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 915 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1011 hash.c if (key != Qundef) {
Qundef 1089 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1121 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1152 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1186 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1219 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1283 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1314 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1371 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1414 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1513 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1551 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1580 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1588 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1657 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 1693 hash.c if (key == Qundef) return ST_CONTINUE;
Qundef 2516 hash.c if (key != Qundef) {
Qundef 2545 hash.c if (key != Qundef) {
Qundef 1109 include/ruby/ruby.h if (obj == Qundef) return T_UNDEF;
Qundef 3949 io.c VALUE encoding=Qnil, extenc=Qundef, intenc=Qundef, tmp;
Qundef 3958 io.c v = rb_hash_lookup2(opt, sym_extenc, Qundef);
Qundef 3960 io.c v = rb_hash_lookup2(opt, sym_intenc, Qundef);
Qundef 3961 io.c if (v != Qundef) intenc = v;
Qundef 3963 io.c if ((extenc != Qundef || intenc != Qundef) && !NIL_P(encoding)) {
Qundef 3966 io.c extenc == Qundef ? "internal" : "external");
Qundef 3969 io.c if (extenc != Qundef && !NIL_P(extenc)) {
Qundef 3972 io.c if (intenc != Qundef) {
Qundef 3999 io.c else if (extenc != Qundef || intenc != Qundef) {
Qundef 318 load.c rb_vm_jump_tag_but_local_jump(state, Qundef);
Qundef 523 marshal.c if (ptr[i] != Qundef)
Qundef 1098 marshal.c st_data_t real_obj = (VALUE)Qundef;
Qundef 1107 marshal.c if ((VALUE)real_obj != Qundef)
Qundef 1112 marshal.c if ((VALUE)real_obj != Qundef)
Qundef 381 object.c if (ptr[i] != Qundef) {
Qundef 818 parse.c #define arg_add_optblock(l,b) ((b)==Qundef? l : dispatch2(args_add_block, l, b))
Qundef 838 parse.c #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
Qundef 842 parse.c #define escape_Qundef(x) ((x)==Qundef ? Qnil : (x))
Qundef 12988 parse.c parser->parser_yylval->val = Qundef;
Qundef 15249 parse.c if (x == Qundef)
Qundef 15644 parse.c if (obj == Qundef) {
Qundef 514 parse.y #define arg_add_optblock(l,b) ((b)==Qundef? l : dispatch2(args_add_block, l, b))
Qundef 534 parse.y #define method_optarg(m,a) ((a)==Qundef ? m : dispatch2(method_add_arg,m,a))
Qundef 538 parse.y #define escape_Qundef(x) ((x)==Qundef ? Qnil : (x))
Qundef 7656 parse.y parser->parser_yylval->val = Qundef;
Qundef 9917 parse.y if (x == Qundef)
Qundef 10312 parse.y if (obj == Qundef) {
Qundef 925 proc.c data->recv = Qundef;
Qundef 1058 proc.c return mnew(mod, Qundef, rb_to_id(vid), rb_cUnboundMethod, Qfalse);
Qundef 1064 proc.c return mnew(mod, Qundef, rb_to_id(vid), rb_cUnboundMethod, Qtrue);
Qundef 1217 proc.c if (data->recv == Qundef) {
Qundef 1514 proc.c if (data->recv == Qundef) {
Qundef 2383 process.c rb_protect(rb_yield, Qundef, &status);
Qundef 672 signal.c else if (cmd == Qundef) {
Qundef 795 signal.c *cmd = Qundef;
Qundef 857 signal.c case Qundef:
Qundef 105 sprintf.c #define GETARG() (nextvalue != Qundef ? nextvalue : \
Qundef 159 sprintf.c if (*hash != Qundef) return *hash;
Qundef 440 sprintf.c volatile VALUE hash = Qundef;
Qundef 485 sprintf.c nextvalue = Qundef;
Qundef 530 sprintf.c if (nextvalue != Qundef) {
Qundef 3353 thread.c VALUE result = Qundef;
Qundef 973 variable.c if (val != Qundef)
Qundef 1038 variable.c ptr[i] = Qundef;
Qundef 1059 variable.c newptr[len] = Qundef;
Qundef 1091 variable.c if (val != Qundef)
Qundef 1118 variable.c if (val != Qundef) {
Qundef 1248 variable.c if (val != Qundef) {
Qundef 1249 variable.c ROBJECT_IVPTR(obj)[index] = Qundef;
Qundef 1353 variable.c if ((tbl = RCLASS_IV_TBL(mod)) && st_lookup(tbl, id, &av) && av != Qundef)
Qundef 1356 variable.c rb_const_set(mod, id, Qundef);
Qundef 1457 variable.c if (!tbl || !st_lookup(tbl, id, &val) || val != Qundef) {
Qundef 1474 variable.c if (value == Qundef) {
Qundef 1543 variable.c if (val == Qundef) {
Qundef 1662 variable.c if (value == Qundef && !autoload_node(klass, id, 1))
Qundef 1717 variable.c if (value == Qundef)
Qundef 561 vm.c VALUE val = Qundef;
Qundef 851 vm.c if (val == Qundef) {
Qundef 526 vm_core.h #define NEW_INLINE_CACHE_ENTRY() NEW_WHILE(Qundef, 0, 0)
Qundef 303 vm_dump.c if (*ptr == Qundef) {
Qundef 234 vm_eval.c if (self == Qundef) {
Qundef 255 vm_eval.c return rb_call0(klass, recv, mid, argc, argv, scope, Qundef);
Qundef 490 vm_eval.c if (val == Qundef) {
Qundef 672 vm_eval.c VALUE result = Qundef;
Qundef 920 vm_eval.c if (values == Qundef) {
Qundef 951 vm_eval.c return yield_under(klass, self, Qundef);
Qundef 499 vm_insnhelper.c return Qundef;
Qundef 887 vm_insnhelper.c return Qundef;
Qundef 1043 vm_insnhelper.c VALUE klass = Qundef;
Qundef 1088 vm_insnhelper.c if (val == Qundef) {
Qundef 1470 vm_insnhelper.c VALUE val = Qundef;
Qundef 164 vm_insnhelper.h if (v == Qundef) { \