undef 1405 cont.c VALUE undef = Qundef;
undef 1406 cont.c cont_restore_0(&next_fib->cont, &undef);
undef 495 dln.c struct undef *obj;
undef 498 dln.c obj = (struct undef*)xmalloc(sizeof(struct undef));
undef 533 dln.c if (strcmp(arg->name, undef->name) != 0) return ST_CONTINUE;
undef 534 dln.c address = (char*)(undef->base + undef->reloc.r_address);
undef 537 dln.c if (R_PCREL(&(undef->reloc))) datum -= undef->base;
undef 539 dln.c datum += undef->reloc.r_addend;
undef 540 dln.c datum >>= R_RIGHTSHIFT(&(undef->reloc));
undef 541 dln.c mask = (1 << R_BITSIZE(&(undef->reloc))) - 1;
undef 544 dln.c switch (R_LENGTH(&(undef->reloc))) {
undef 546 dln.c *address = undef->u.c;
undef 551 dln.c *(short *)address = undef->u.s;
undef 556 dln.c *(long *)address = undef->u.l;
undef 562 dln.c switch (R_LENGTH(&(undef->reloc))) {
undef 564 dln.c if (R_MEMORY_SUB(&(undef->reloc)))
undef 566 dln.c else *address = undef->u.c + datum;
undef 569 dln.c if (R_MEMORY_SUB(&(undef->reloc)))
undef 571 dln.c else *(short*)address = undef->u.s + datum;
undef 574 dln.c if (R_MEMORY_SUB(&(undef->reloc)))
undef 576 dln.c else *(long*)address = undef->u.l + datum;
undef 580 dln.c free(undef->name);
undef 581 dln.c free(undef);
undef 603 dln.c if (strcmp(data->name0, undef->name) == 0) {
undef 604 dln.c free(undef->name);
undef 605 dln.c undef->name = strdup(data->name1);
undef 382 ext/ripper/eventids1.c set_id1(undef);
undef 5255 ext/ripper/ripper.c (yyval.val) = dispatch1(undef, (yyvsp[0].val));
undef 1187 ext/ripper/ripper.y $$ = dispatch1(undef, $2);
undef 1660 proc.c undef:
undef 1668 proc.c goto undef;
undef 705 transcode.c goto undef;
undef 719 transcode.c undef:
undef 1019 variable.c return ret == Qundef ? undef : ret;
undef 1023 variable.c return undef;
undef 1039 variable.c return ret == Qundef ? undef : ret;
undef 1043 variable.c return undef;
undef 1229 variable.c if (SPECIAL_CONST_P(obj)) return undef;
undef 1250 variable.c return generic_ivar_get(obj, id, undef);
undef 1253 variable.c return undef;
undef 1305 variable.c return generic_ivar_delete(obj, id, undef);
undef 1308 variable.c return undef;