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

/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/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/dns/
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/
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...]

Completed in 38 milliseconds