nd_nth           2681 compile.c      		  INT2FIX((node->nd_nth << 1) | (type == NODE_BACK_REF)),
nd_nth           4285 compile.c      		      INT2FIX(node->nd_nth << 1));
nd_nth           4292 compile.c      		      INT2FIX(0x01 | (node->nd_nth << 1)));
nd_nth           5273 ext/ripper/ripper.c 			sprintf(buf, "$%c", (char)(yyvsp[(3) - (3)].val)->nd_nth);
nd_nth           11349 ext/ripper/ripper.c     lex_p = lex_pbeg + here->nd_nth;
nd_nth           13554 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           13557 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth            958 ext/ripper/ripper.y 			sprintf(buf, "$%c", (char)$3->nd_nth);
nd_nth           5949 ext/ripper/ripper.y     lex_p = lex_pbeg + here->nd_nth;
nd_nth           8154 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           8157 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth           5273 parse.c        			sprintf(buf, "$%c", (char)(yyvsp[(3) - (3)].node)->nd_nth);
nd_nth           11281 parse.c            lex_p = lex_pbeg + here->nd_nth;
nd_nth           13486 parse.c        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           13489 parse.c        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth            958 parse.y        			sprintf(buf, "$%c", (char)$3->nd_nth);
nd_nth           5949 parse.y            lex_p = lex_pbeg + here->nd_nth;
nd_nth           8154 parse.y        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
nd_nth           8157 parse.y        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
nd_nth           1446 variable.c         return rb_require_safe(file, load->nd_nth);