Lines Matching refs:start
138 # tab if at start of line or proceeded by tabs.
142 # Convert 8 spaces into tabs if at start of line
227 print "$file: unexpected yacc file start ",
516 # tab if at start of line or proceeded by tabs.
518 # Convert 8 spaces into tabs if at start of line
558 if ($type eq 'SGML' && m:<!-- insert copyright start -->.*?<!-- insert copyright end -->:s) {
560 s:<!-- insert copyright start -->.*?<!-- insert copyright end -->:<!-- insert copyright start -->\n$r <!-- insert copyright end -->:s;
563 my ($start, $end);
565 ($start = $prefix) =~ s/\s*\n//;
568 ($start = $start_comment) =~ s/\s*\n/ /;
571 ($start = $prefix) =~ s/\s*\n//;
574 $start = "";
581 print TARGET "$start\$";