Searched refs:print_indent (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c155 print_indent(cfg_printer_t *pctx) { function
166 print_indent(pctx);
1080 print_indent(pctx);
1505 print_indent(pctx);
1513 print_indent(pctx);
1609 print_indent(pctx);
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c5733 static int print_indent;
5735 /* Indent the line the number of spaces given by print_indent. */
5740 fprintf (outfile, "%*s", print_indent, "");
5835 print_indent += 4;
5837 print_indent -= 4;
5839 if (print_indent == 0)
5878 print_indent = 0;
5725 static int print_indent; variable

Completed in 94 milliseconds