Searched refs:indent (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/doc/misc/
H A Dformat-options.pl33 my $indent = $1;
46 $line = $indent." ".$2;
/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c272 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream) argument
278 indent += 4;
287 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
289 isccc_alist_prettyprint(v, indent, stream);
294 indent -= 4;
295 fprintf(stream, "%.*s}", (int)indent, spaces);
298 indent += 4;
302 fprintf(stream, "%.*s", (int)indent, spaces);
303 isccc_alist_prettyprint(CAR(elt), indent, stream); local
308 indent
[all...]
/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dalist.h83 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream);
/bind-9.6-ESV-R11/lib/dns/
H A Dspnego_asn1.pl28 # through indent, fix up symbols and whack everything to be static.
29 # We use indent for two reasons: (1) to whack the Heimdal compiler's
53 # BSD indent program. This script was written using the version of
54 # indent that comes with FreeBSD 4.11-STABLE. The GNU project, as
55 # usual, couldn't resist the temptation to monkey with indent's
56 # command line syntax, so this probably won't work with GNU indent.
58 my $indent = $ENV{INDENT} || "indent";
121 system($indent, "-di1", "-ldi1", $file) == 0
122 or die("Couldn't indent
[all...]
H A Dmasterdump.c201 indent(unsigned int *current, unsigned int to, int tabwidth, function
288 result = indent(&col, ctx->style.rdata_column,
322 if ((result = indent(&column, ctx->style.col, \
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c151 pctx->indent++;
156 int indent = pctx->indent; local
157 while (indent > 0) {
159 indent--;
165 pctx->indent--;
189 pctx.indent = 0;
2431 pctx.indent = 0;
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h86 int indent; member in struct:cfg_printer
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dtestsuite927 indent = " "
928 line = indent
935 line = indent " " a[i]

Completed in 34 milliseconds