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

/bind-9.11.3/doc/misc/
H A Dformat-options.pl24 my $indent = $1;
37 $line = $indent." ".$2;
/bind-9.11.3/lib/isccc/
H A Dalist.c264 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream) argument
270 indent += 4;
279 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
281 isccc_alist_prettyprint(v, indent, stream);
286 indent -= 4;
287 fprintf(stream, "%.*s}", (int)indent, spaces);
290 indent += 4;
294 fprintf(stream, "%.*s", (int)indent, spaces);
295 isccc_alist_prettyprint(CAR(elt), indent, stream); local
300 indent
[all...]
/bind-9.11.3/lib/isccc/include/isccc/
H A Dalist.h74 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream);
/bind-9.11.3/lib/dns/
H A Dspnego_asn1.pl20 # through indent, fix up symbols and whack everything to be static.
21 # We use indent for two reasons: (1) to whack the Heimdal compiler's
45 # BSD indent program. This script was written using the version of
46 # indent that comes with FreeBSD 4.11-STABLE. The GNU project, as
47 # usual, couldn't resist the temptation to monkey with indent's
48 # command line syntax, so this probably won't work with GNU indent.
50 my $indent = $ENV{INDENT} || "indent";
113 system($indent, "-di1", "-ldi1", $file) == 0
114 or die("Couldn't indent
[all...]
H A Dmasterdump.c202 * Default indent string.
250 indent(unsigned int *current, unsigned int to, int tabwidth, function
356 result = indent(&col, ctx->style.rdata_column,
394 } else if ((result = indent(&column, ctx->style.col, \
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h97 int indent; member in struct:cfg_printer
548 * Print the necessary indent required by the current settings of 'pctx'.
/bind-9.11.3/lib/isccfg/
H A Dparser.c156 pctx->indent++;
162 int indent = pctx->indent; local
167 while (indent > 0) {
169 indent--;
176 pctx->indent--;
220 pctx.indent = 0;
1111 * of the bracketed text. But we increment the indent value
1115 pctx->indent++;
3183 pctx.indent
[all...]
H A Dnamedconf.c3938 pctx.indent = 0;
3947 pctx.indent++;
4003 pctx.indent--;
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dtestsuite927 indent = " "
928 line = indent
935 line = indent " " a[i]

Completed in 49 milliseconds