Searched defs:indent (Results 1 - 4 of 4) sorted by relevance

/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/isccfg/include/isccfg/
H A Dgrammar.h86 int indent; member in struct:cfg_printer
/bind-9.6-ESV-R11/lib/dns/
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;

Completed in 64 milliseconds