Lines Matching refs:CMD
2025 =item * The outer part of the loop, starting at the C<CMD> label. This loop
2029 is wholly contained inside the C<CMD> block and only executes a command.
2045 CMD:
2071 redo CMD;
2123 next CMD;
2157 next CMD;
2185 next CMD;
2253 next CMD;
2281 next CMD;
2302 next CMD;
2320 next CMD;
2335 next CMD;
2358 next CMD;
2396 next CMD;
2415 and next CMD;
2421 and next CMD;
2430 $@ and $@ =~ s/ at .*//, &warn($@), next CMD;
2443 next CMD;
2464 end_report(), next CMD if $finished and $level <= 1;
2469 last CMD;
2483 end_report(), next CMD if $finished and $level <= 1;
2488 last CMD;
2504 end_report(), next CMD if $finished and $level <= 1;
2551 next CMD;
2580 next CMD;
2591 last CMD;
2607 end_report(), next CMD if $finished and $level <= 1;
2612 last CMD;
2809 last CMD;
2820 next CMD;
2829 $cmd =~ /^w\b\s*(.*)/s && do { &cmd_w('w', $1); next CMD; };
2837 $cmd =~ /^W\b\s*(.*)/s && do { &cmd_W('W', $1); next CMD; };
2870 next CMD;
2913 next CMD;
2940 next CMD;
2982 next CMD;
3011 redo CMD;
3026 next CMD;
3053 next CMD;
3059 redo CMD;
3073 next CMD;
3090 next CMD;
3116 next CMD;
3128 next CMD;
3181 next CMD;
3210 next CMD;
3230 next CMD;
3253 next CMD;
3303 next CMD;
3372 continue { # CMD:
3426 } # CMD:
4623 print($OUT "Error: $@\n"), next CMD if $@;