nd_nth           3522 compile.c      		  INT2FIX((node->nd_nth << 1) | (type == NODE_BACK_REF)),
nd_nth           5476 compile.c      	    if (!node->nd_nth) {
nd_nth           5481 compile.c      		      INT2FIX(node->nd_nth << 1));
nd_nth           5488 compile.c      		      INT2FIX(0x01 | (node->nd_nth << 1)));
nd_nth           5225 ext/ripper/ripper.c 			buf[1] = (char)(yyvsp[0].val)->nd_nth;
nd_nth           12371 ext/ripper/ripper.c     lex_p = lex_pbeg + here->nd_nth;
nd_nth           15183 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           15186 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth           1165 ext/ripper/ripper.y 			buf[1] = (char)$3->nd_nth;
nd_nth           6622 ext/ripper/ripper.y     lex_p = lex_pbeg + here->nd_nth;
nd_nth           9434 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           9437 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth            558 node.c         	F_CUSTOM1(nd_nth, "variable") { A("$"); A_LONG(node->nd_nth); }
nd_nth            565 node.c         	F_CUSTOM1(nd_nth, "variable") {
nd_nth            568 node.c         	    name[1] = (char)node->nd_nth;
nd_nth           5228 parse.c        			buf[1] = (char)(yyvsp[0].node)->nd_nth;
nd_nth           12295 parse.c            lex_p = lex_pbeg + here->nd_nth;
nd_nth           15107 parse.c        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           15110 parse.c        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth           1165 parse.y        			buf[1] = (char)$3->nd_nth;
nd_nth           6622 parse.y            lex_p = lex_pbeg + here->nd_nth;
nd_nth           9434 parse.y        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           9437 parse.y        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);