heredoc_indent    330 ext/ripper/ripper.c     int heredoc_indent;
heredoc_indent    425 ext/ripper/ripper.c #define heredoc_indent		(parser->heredoc_indent)
heredoc_indent   9140 ext/ripper/ripper.c 			heredoc_indent = 0;
heredoc_indent   9158 ext/ripper/ripper.c 			heredoc_indent = 0;
heredoc_indent   9660 ext/ripper/ripper.c 			(yyval.num) = heredoc_indent;
heredoc_indent   9661 ext/ripper/ripper.c 			heredoc_indent = 0;
heredoc_indent   9674 ext/ripper/ripper.c 			heredoc_indent = (yyvsp[-2].num);
heredoc_indent   12001 ext/ripper/ripper.c 	    if (heredoc_indent > heredoc_line_indent) {
heredoc_indent   12002 ext/ripper/ripper.c 		heredoc_indent = heredoc_line_indent;
heredoc_indent   12039 ext/ripper/ripper.c 	if (heredoc_indent > 0) {
heredoc_indent   12307 ext/ripper/ripper.c 	heredoc_indent = INT_MAX;
heredoc_indent   12334 ext/ripper/ripper.c 		pushback(heredoc_indent > 0 ? '~' : '-');
heredoc_indent   12411 ext/ripper/ripper.c     int indent = heredoc_indent;
heredoc_indent   12440 ext/ripper/ripper.c     if (heredoc_indent <= 0) return;
heredoc_indent   12442 ext/ripper/ripper.c     dispatch2(heredoc_dedent, array, INT2NUM(heredoc_indent));
heredoc_indent   12624 ext/ripper/ripper.c 	    if (heredoc_indent > 0) {
heredoc_indent   12637 ext/ripper/ripper.c 	    if (heredoc_indent > 0) {
heredoc_indent   12673 ext/ripper/ripper.c 	    if (heredoc_indent > 0) {
heredoc_indent   14713 ext/ripper/ripper.c     if (heredoc_indent > 0) {
heredoc_indent    276 ext/ripper/ripper.y     int heredoc_indent;
heredoc_indent    371 ext/ripper/ripper.y #define heredoc_indent		(parser->heredoc_indent)
heredoc_indent   3946 ext/ripper/ripper.y 			heredoc_indent = 0;
heredoc_indent   3962 ext/ripper/ripper.y 			heredoc_indent = 0;
heredoc_indent   4364 ext/ripper/ripper.y 			$<num>$ = heredoc_indent;
heredoc_indent   4365 ext/ripper/ripper.y 			heredoc_indent = 0;
heredoc_indent   4374 ext/ripper/ripper.y 			heredoc_indent = $<num>6;
heredoc_indent   6252 ext/ripper/ripper.y 	    if (heredoc_indent > heredoc_line_indent) {
heredoc_indent   6253 ext/ripper/ripper.y 		heredoc_indent = heredoc_line_indent;
heredoc_indent   6290 ext/ripper/ripper.y 	if (heredoc_indent > 0) {
heredoc_indent   6558 ext/ripper/ripper.y 	heredoc_indent = INT_MAX;
heredoc_indent   6585 ext/ripper/ripper.y 		pushback(heredoc_indent > 0 ? '~' : '-');
heredoc_indent   6662 ext/ripper/ripper.y     int indent = heredoc_indent;
heredoc_indent   6691 ext/ripper/ripper.y     if (heredoc_indent <= 0) return;
heredoc_indent   6693 ext/ripper/ripper.y     dispatch2(heredoc_dedent, array, INT2NUM(heredoc_indent));
heredoc_indent   6875 ext/ripper/ripper.y 	    if (heredoc_indent > 0) {
heredoc_indent   6888 ext/ripper/ripper.y 	    if (heredoc_indent > 0) {
heredoc_indent   6924 ext/ripper/ripper.y 	    if (heredoc_indent > 0) {
heredoc_indent   8964 ext/ripper/ripper.y     if (heredoc_indent > 0) {
heredoc_indent    330 parse.c            int heredoc_indent;
heredoc_indent    425 parse.c        #define heredoc_indent		(parser->heredoc_indent)
heredoc_indent   9101 parse.c        			heredoc_indent = 0;
heredoc_indent   9119 parse.c        			heredoc_indent = 0;
heredoc_indent   9612 parse.c        			(yyval.num) = heredoc_indent;
heredoc_indent   9613 parse.c        			heredoc_indent = 0;
heredoc_indent   9626 parse.c        			heredoc_indent = (yyvsp[-2].num);
heredoc_indent   11925 parse.c        	    if (heredoc_indent > heredoc_line_indent) {
heredoc_indent   11926 parse.c        		heredoc_indent = heredoc_line_indent;
heredoc_indent   11963 parse.c        	if (heredoc_indent > 0) {
heredoc_indent   12231 parse.c        	heredoc_indent = INT_MAX;
heredoc_indent   12258 parse.c        		pushback(heredoc_indent > 0 ? '~' : '-');
heredoc_indent   12335 parse.c            int indent = heredoc_indent;
heredoc_indent   12364 parse.c            if (heredoc_indent <= 0) return;
heredoc_indent   12366 parse.c            dispatch2(heredoc_dedent, array, INT2NUM(heredoc_indent));
heredoc_indent   12548 parse.c        	    if (heredoc_indent > 0) {
heredoc_indent   12561 parse.c        	    if (heredoc_indent > 0) {
heredoc_indent   12597 parse.c        	    if (heredoc_indent > 0) {
heredoc_indent   14637 parse.c            if (heredoc_indent > 0) {
heredoc_indent    276 parse.y            int heredoc_indent;
heredoc_indent    371 parse.y        #define heredoc_indent		(parser->heredoc_indent)
heredoc_indent   3946 parse.y        			heredoc_indent = 0;
heredoc_indent   3962 parse.y        			heredoc_indent = 0;
heredoc_indent   4364 parse.y        			$<num>$ = heredoc_indent;
heredoc_indent   4365 parse.y        			heredoc_indent = 0;
heredoc_indent   4374 parse.y        			heredoc_indent = $<num>6;
heredoc_indent   6252 parse.y        	    if (heredoc_indent > heredoc_line_indent) {
heredoc_indent   6253 parse.y        		heredoc_indent = heredoc_line_indent;
heredoc_indent   6290 parse.y        	if (heredoc_indent > 0) {
heredoc_indent   6558 parse.y        	heredoc_indent = INT_MAX;
heredoc_indent   6585 parse.y        		pushback(heredoc_indent > 0 ? '~' : '-');
heredoc_indent   6662 parse.y            int indent = heredoc_indent;
heredoc_indent   6691 parse.y            if (heredoc_indent <= 0) return;
heredoc_indent   6693 parse.y            dispatch2(heredoc_dedent, array, INT2NUM(heredoc_indent));
heredoc_indent   6875 parse.y        	    if (heredoc_indent > 0) {
heredoc_indent   6888 parse.y        	    if (heredoc_indent > 0) {
heredoc_indent   6924 parse.y        	    if (heredoc_indent > 0) {
heredoc_indent   8964 parse.y            if (heredoc_indent > 0) {