Lines Matching refs:inloop
77 int inloop = 0; /* = 1 if in while, for, do */ variable
2562 {inloop++;} in yyparse()
2568 …{ --inloop; (yyval.p) = stat4(FOR, (yyvsp[-9].p), notnull((yyvsp[-6].p)), (yyvsp[-3].p), (yyvsp[0]… in yyparse()
2574 {inloop++;} in yyparse()
2580 { --inloop; (yyval.p) = stat4(FOR, (yyvsp[-7].p), NIL, (yyvsp[-3].p), (yyvsp[0].p)); } in yyparse()
2586 {inloop++;} in yyparse()
2592 { --inloop; (yyval.p) = stat3(IN, (yyvsp[-5].p), makearr((yyvsp[-3].p)), (yyvsp[0].p)); } in yyparse()
2992 { if (!inloop) SYNTAX("break illegal outside of loops"); in yyparse()
2999 { if (!inloop) SYNTAX("continue illegal outside of loops"); in yyparse()
3006 {inloop++;} in yyparse()
3012 {--inloop;} in yyparse()
3082 {inloop++;} in yyparse()
3088 { --inloop; (yyval.p) = stat2(WHILE, (yyvsp[-2].p), (yyvsp[0].p)); } in yyparse()