Home
last modified time | relevance | path

Searched refs:indent0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dparamnames.pm712 my $indent0 = $idt x ($n + 1);
713 my $indent1 = $indent0 . $idt;
721 printf "%sif ($strcmp(\"$suf\", s + $n) == 0", $indent0;
732 printf "%sswitch(s\[%d\]) {\n", $indent0, $n;
733 printf "%sdefault:\n", $indent0;
737 printf "%scase '\\0':\n", $indent0;
741 printf "%scase '%s':", $indent0, $l;
750 printf "%s}\n", $indent0;
/freebsd/usr.bin/fmt/
H A Dfmt.c600 output_word(size_t indent0, size_t indent1, const wchar_t *word, size_t length, size_t spaces) in output_word() argument
603 size_t indent = output_in_paragraph ? indent1 : indent0; in output_word()