Lines Matching refs:indent
305 my $indent = " ";
352 $indent = ' ';
358 $indent = " ";
382 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
389 while (length($indent) > 1) {
390 $indent = substr $indent, 0, -1;
391 print OUT "#${indent}endif\n";
440 $indent = ' ';
447 $indent .= ' ';
485 printf OUT "#${indent}define $i%s $rcodes{$i}\n", " " x $z;
489 while (length($indent) > 0) {
490 $indent = substr $indent, 0, -1;
491 print OUT "#${indent}endif\n";
540 $indent = '';
547 $indent .= ' ';
551 #${indent}ifndef OPENSSL_NO_ERR
579 #${indent}endif
586 #${indent}ifndef OPENSSL_NO_ERR
589 #${indent}endif
635 while (length($indent) > 1) {
636 $indent = substr $indent, 0, -1;
637 print OUT "#${indent}endif\n";