nd_next 60 blockinlining.c head->nd_next = tail; nd_next 68 blockinlining.c head->nd_next = tail; nd_next 90 blockinlining.c args->nd_next = NEW_ARRAY(rhs); nd_next 1043 compile.c NODE *node_aux = node_args->nd_next; nd_next 1077 compile.c node_aux = node_aux->nd_next; nd_next 1083 compile.c node_init = node_aux->nd_next; nd_next 1098 compile.c node = node->nd_next; nd_next 2118 compile.c NODE *list = node->nd_next; nd_next 2128 compile.c list = list->nd_next; nd_next 2219 compile.c node = node->nd_next; nd_next 2237 compile.c node = node->nd_next; nd_next 2298 compile.c vals = vals->nd_next; nd_next 2349 compile.c compile_massign_opt_lhs(iseq, ret, lhsn->nd_next); nd_next 2394 compile.c lhsn = lhsn->nd_next; nd_next 2405 compile.c rhsn = rhsn->nd_next; nd_next 2436 compile.c lhsn = lhsn->nd_next; nd_next 2465 compile.c postn = postn->nd_next; nd_next 2557 compile.c } while ((vals = vals->nd_next) != NULL); nd_next 2915 compile.c (node->nd_next == 0 && poped == 0) ? 0 : 1); nd_next 2916 compile.c node = node->nd_next; nd_next 2919 compile.c COMPILE_(ret, "BLOCK next", node->nd_next, poped); nd_next 3016 compile.c node = node->nd_next; nd_next 3073 compile.c vals = vals->nd_next; nd_next 3090 compile.c vs = vs->nd_next; nd_next 3103 compile.c node = node->nd_next; nd_next 3494 compile.c narg = narg->nd_next; nd_next 3789 compile.c ID atype = node->nd_next->nd_mid; nd_next 3832 compile.c ADD_SEND(ret, nd_line(node), ID2SYM(node->nd_next->nd_vid), nd_next 3845 compile.c ADD_SEND(ret, nd_line(node), ID2SYM(node->nd_next->nd_aid), nd_next 3857 compile.c ADD_SEND(ret, nd_line(node), ID2SYM(node->nd_next->nd_mid), nd_next 3859 compile.c ADD_SEND(ret, nd_line(node), ID2SYM(node->nd_next->nd_aid), nd_next 4114 compile.c n = n->nd_next; nd_next 257 eval.c while (cref && cref->nd_next) { nd_next 262 eval.c cref = cref->nd_next; nd_next 301 eval.c cref = cref->nd_next; nd_next 5060 ext/ripper/ripper.c while (node->nd_next) { nd_next 5061 ext/ripper/ripper.c node = node->nd_next; nd_next 7690 ext/ripper/ripper.c m->nd_next = block_append( nd_next 7711 ext/ripper/ripper.c m->nd_next = (yyvsp[(2) - (9)].val); nd_next 7715 ext/ripper/ripper.c m->nd_next = node_assign(NEW_MASGN(NEW_LIST((yyvsp[(2) - (9)].val)), 0), NEW_DVAR(id)); nd_next 8943 ext/ripper/ripper.c for (list = node->nd_next; list; list = list->nd_next) { nd_next 9615 ext/ripper/ripper.c (yyval.val)->nd_next = (yyvsp[(2) - (3)].val); nd_next 9635 ext/ripper/ripper.c (yyval.val)->nd_next = block_append((yyval.val)->nd_next, (yyvsp[(3) - (3)].val)->nd_next); nd_next 9690 ext/ripper/ripper.c while (opts->nd_next) { nd_next 9691 ext/ripper/ripper.c opts = opts->nd_next; nd_next 9693 ext/ripper/ripper.c opts->nd_next = (yyvsp[(3) - (3)].val); nd_next 9718 ext/ripper/ripper.c while (opts->nd_next) { nd_next 9719 ext/ripper/ripper.c opts = opts->nd_next; nd_next 9721 ext/ripper/ripper.c opts->nd_next = (yyvsp[(3) - (3)].val); nd_next 13173 ext/ripper/ripper.c end->nd_next = tail; nd_next 13185 ext/ripper/ripper.c if (list->nd_next) { nd_next 13186 ext/ripper/ripper.c last = list->nd_next->nd_end; nd_next 13193 ext/ripper/ripper.c last->nd_next = NEW_LIST(item); nd_next 13194 ext/ripper/ripper.c list->nd_next->nd_end = last->nd_next; nd_next 13204 ext/ripper/ripper.c if (head->nd_next) { nd_next 13205 ext/ripper/ripper.c last = head->nd_next->nd_end; nd_next 13212 ext/ripper/ripper.c last->nd_next = tail; nd_next 13213 ext/ripper/ripper.c if (tail->nd_next) { nd_next 13214 ext/ripper/ripper.c head->nd_next->nd_end = tail->nd_next->nd_end; nd_next 13217 ext/ripper/ripper.c head->nd_next->nd_end = tail; nd_next 13666 ext/ripper/ripper.c while (node->nd_next) { nd_next 13667 ext/ripper/ripper.c node = node->nd_next; nd_next 13800 ext/ripper/ripper.c if (!node->nd_next) return; nd_next 13802 ext/ripper/ripper.c node = node->nd_next; nd_next 13852 ext/ripper/ripper.c if (!subnodes(nd_body, nd_next)) goto end; nd_next 13929 ext/ripper/ripper.c next = node->nd_next; nd_next 14081 ext/ripper/ripper.c if (node->nd_next == 0) { nd_next 14146 ext/ripper/ripper.c i1 = m ? m->nd_next : 0; nd_next 14147 ext/ripper/ripper.c node->nd_next = NEW_ARGS_AUX(r, b); nd_next 14150 ext/ripper/ripper.c i2 = p->nd_next; nd_next 14151 ext/ripper/ripper.c node->nd_next->nd_next = NEW_ARGS_AUX(p->nd_pid, p->nd_plen); nd_next 14154 ext/ripper/ripper.c node->nd_next->nd_next = NEW_ARGS_AUX(0, 0); nd_next 14157 ext/ripper/ripper.c node->nd_next->nd_next->nd_next = NEW_NODE(NODE_AND, i1, i2, 0); nd_next 780 ext/ripper/ripper.y while (node->nd_next) { nd_next 781 ext/ripper/ripper.y node = node->nd_next; nd_next 2818 ext/ripper/ripper.y m->nd_next = block_append( nd_next 2839 ext/ripper/ripper.y m->nd_next = $2; nd_next 2843 ext/ripper/ripper.y m->nd_next = node_assign(NEW_MASGN(NEW_LIST($2), 0), NEW_DVAR(id)); nd_next 3881 ext/ripper/ripper.y for (list = node->nd_next; list; list = list->nd_next) { nd_next 4425 ext/ripper/ripper.y $$->nd_next = $2; nd_next 4444 ext/ripper/ripper.y $$->nd_next = block_append($$->nd_next, $3->nd_next); nd_next 4493 ext/ripper/ripper.y while (opts->nd_next) { nd_next 4494 ext/ripper/ripper.y opts = opts->nd_next; nd_next 4496 ext/ripper/ripper.y opts->nd_next = $3; nd_next 4517 ext/ripper/ripper.y while (opts->nd_next) { nd_next 4518 ext/ripper/ripper.y opts = opts->nd_next; nd_next 4520 ext/ripper/ripper.y opts->nd_next = $3; nd_next 7773 ext/ripper/ripper.y end->nd_next = tail; nd_next 7785 ext/ripper/ripper.y if (list->nd_next) { nd_next 7786 ext/ripper/ripper.y last = list->nd_next->nd_end; nd_next 7793 ext/ripper/ripper.y last->nd_next = NEW_LIST(item); nd_next 7794 ext/ripper/ripper.y list->nd_next->nd_end = last->nd_next; nd_next 7804 ext/ripper/ripper.y if (head->nd_next) { nd_next 7805 ext/ripper/ripper.y last = head->nd_next->nd_end; nd_next 7812 ext/ripper/ripper.y last->nd_next = tail; nd_next 7813 ext/ripper/ripper.y if (tail->nd_next) { nd_next 7814 ext/ripper/ripper.y head->nd_next->nd_end = tail->nd_next->nd_end; nd_next 7817 ext/ripper/ripper.y head->nd_next->nd_end = tail; nd_next 8266 ext/ripper/ripper.y while (node->nd_next) { nd_next 8267 ext/ripper/ripper.y node = node->nd_next; nd_next 8400 ext/ripper/ripper.y if (!node->nd_next) return; nd_next 8402 ext/ripper/ripper.y node = node->nd_next; nd_next 8452 ext/ripper/ripper.y if (!subnodes(nd_body, nd_next)) goto end; nd_next 8529 ext/ripper/ripper.y next = node->nd_next; nd_next 8681 ext/ripper/ripper.y if (node->nd_next == 0) { nd_next 8746 ext/ripper/ripper.y i1 = m ? m->nd_next : 0; nd_next 8747 ext/ripper/ripper.y node->nd_next = NEW_ARGS_AUX(r, b); nd_next 8750 ext/ripper/ripper.y i2 = p->nd_next; nd_next 8751 ext/ripper/ripper.y node->nd_next->nd_next = NEW_ARGS_AUX(p->nd_pid, p->nd_plen); nd_next 8754 ext/ripper/ripper.y node->nd_next->nd_next = NEW_ARGS_AUX(0, 0); nd_next 8757 ext/ripper/ripper.y node->nd_next->nd_next->nd_next = NEW_NODE(NODE_AND, i1, i2, 0); nd_next 1267 iseq.c if (iseq0->cref_stack->nd_next) { nd_next 1268 iseq.c iseq1->cref_stack->nd_next = iseq0->cref_stack->nd_next; nd_next 5060 parse.c while (node->nd_next) { nd_next 5061 parse.c node = node->nd_next; nd_next 7683 parse.c m->nd_next = block_append( nd_next 7704 parse.c m->nd_next = (yyvsp[(2) - (9)].node); nd_next 7708 parse.c m->nd_next = node_assign(NEW_MASGN(NEW_LIST((yyvsp[(2) - (9)].node)), 0), NEW_DVAR(id)); nd_next 8907 parse.c for (list = node->nd_next; list; list = list->nd_next) { nd_next 9571 parse.c (yyval.node)->nd_next = (yyvsp[(2) - (3)].node); nd_next 9584 parse.c (yyval.node)->nd_next = block_append((yyval.node)->nd_next, (yyvsp[(3) - (3)].node)->nd_next); nd_next 9639 parse.c while (opts->nd_next) { nd_next 9640 parse.c opts = opts->nd_next; nd_next 9642 parse.c opts->nd_next = (yyvsp[(3) - (3)].node); nd_next 9667 parse.c while (opts->nd_next) { nd_next 9668 parse.c opts = opts->nd_next; nd_next 9670 parse.c opts->nd_next = (yyvsp[(3) - (3)].node); nd_next 13105 parse.c end->nd_next = tail; nd_next 13117 parse.c if (list->nd_next) { nd_next 13118 parse.c last = list->nd_next->nd_end; nd_next 13125 parse.c last->nd_next = NEW_LIST(item); nd_next 13126 parse.c list->nd_next->nd_end = last->nd_next; nd_next 13136 parse.c if (head->nd_next) { nd_next 13137 parse.c last = head->nd_next->nd_end; nd_next 13144 parse.c last->nd_next = tail; nd_next 13145 parse.c if (tail->nd_next) { nd_next 13146 parse.c head->nd_next->nd_end = tail->nd_next->nd_end; nd_next 13149 parse.c head->nd_next->nd_end = tail; nd_next 13598 parse.c while (node->nd_next) { nd_next 13599 parse.c node = node->nd_next; nd_next 13732 parse.c if (!node->nd_next) return; nd_next 13734 parse.c node = node->nd_next; nd_next 13784 parse.c if (!subnodes(nd_body, nd_next)) goto end; nd_next 13861 parse.c next = node->nd_next; nd_next 14013 parse.c if (node->nd_next == 0) { nd_next 14078 parse.c i1 = m ? m->nd_next : 0; nd_next 14079 parse.c node->nd_next = NEW_ARGS_AUX(r, b); nd_next 14082 parse.c i2 = p->nd_next; nd_next 14083 parse.c node->nd_next->nd_next = NEW_ARGS_AUX(p->nd_pid, p->nd_plen); nd_next 14086 parse.c node->nd_next->nd_next = NEW_ARGS_AUX(0, 0); nd_next 14089 parse.c node->nd_next->nd_next->nd_next = NEW_NODE(NODE_AND, i1, i2, 0); nd_next 780 parse.y while (node->nd_next) { nd_next 781 parse.y node = node->nd_next; nd_next 2818 parse.y m->nd_next = block_append( nd_next 2839 parse.y m->nd_next = $2; nd_next 2843 parse.y m->nd_next = node_assign(NEW_MASGN(NEW_LIST($2), 0), NEW_DVAR(id)); nd_next 3881 parse.y for (list = node->nd_next; list; list = list->nd_next) { nd_next 4425 parse.y $$->nd_next = $2; nd_next 4444 parse.y $$->nd_next = block_append($$->nd_next, $3->nd_next); nd_next 4493 parse.y while (opts->nd_next) { nd_next 4494 parse.y opts = opts->nd_next; nd_next 4496 parse.y opts->nd_next = $3; nd_next 4517 parse.y while (opts->nd_next) { nd_next 4518 parse.y opts = opts->nd_next; nd_next 4520 parse.y opts->nd_next = $3; nd_next 7773 parse.y end->nd_next = tail; nd_next 7785 parse.y if (list->nd_next) { nd_next 7786 parse.y last = list->nd_next->nd_end; nd_next 7793 parse.y last->nd_next = NEW_LIST(item); nd_next 7794 parse.y list->nd_next->nd_end = last->nd_next; nd_next 7804 parse.y if (head->nd_next) { nd_next 7805 parse.y last = head->nd_next->nd_end; nd_next 7812 parse.y last->nd_next = tail; nd_next 7813 parse.y if (tail->nd_next) { nd_next 7814 parse.y head->nd_next->nd_end = tail->nd_next->nd_end; nd_next 7817 parse.y head->nd_next->nd_end = tail; nd_next 8266 parse.y while (node->nd_next) { nd_next 8267 parse.y node = node->nd_next; nd_next 8400 parse.y if (!node->nd_next) return; nd_next 8402 parse.y node = node->nd_next; nd_next 8452 parse.y if (!subnodes(nd_body, nd_next)) goto end; nd_next 8529 parse.y next = node->nd_next; nd_next 8681 parse.y if (node->nd_next == 0) { nd_next 8746 parse.y i1 = m ? m->nd_next : 0; nd_next 8747 parse.y node->nd_next = NEW_ARGS_AUX(r, b); nd_next 8750 parse.y i2 = p->nd_next; nd_next 8751 parse.y node->nd_next->nd_next = NEW_ARGS_AUX(p->nd_pid, p->nd_plen); nd_next 8754 parse.y node->nd_next->nd_next = NEW_ARGS_AUX(0, 0); nd_next 8757 parse.y node->nd_next->nd_next->nd_next = NEW_NODE(NODE_AND, i1, i2, 0); nd_next 791 vm.c cref = cref->nd_next; nd_next 1033 vm_insnhelper.c cref->nd_next = vm_get_cref(cfp->iseq, cfp->lfp, cfp->dfp); nd_next 1049 vm_insnhelper.c cref = cref->nd_next; nd_next 1080 vm_insnhelper.c while (cref && cref->nd_next) { nd_next 1082 vm_insnhelper.c cref = cref->nd_next; nd_next 1133 vm_insnhelper.c while (cref && cref->nd_next && nd_next 1135 vm_insnhelper.c cref = cref->nd_next; nd_next 1137 vm_insnhelper.c if (!cref->nd_next) { nd_next 159 vm_insnhelper.h c1->nd_next = __tmp_c2->nd_next; \