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

/netbsd-current/external/mit/isl/dist/interface/
H A Dpython.cc107 static void print_indent(int indent, const char *format, ...) function
132 print_indent(indent, "try:\n");
133 print_indent(indent, " if not ");
136 print_indent(indent, " ");
141 print_indent(indent, "except:\n");
143 print_indent(indent, " return %s(",
154 print_indent(indent, " raise\n");
326 print_indent(indent, "if %s is not None:\n", exc_info);
327 print_indent(indent, " raise %s\n", exc_info);
346 print_indent(inden
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-print.c85 print_indent(int indent) function
97 print_indent(indent);
133 print_indent(indent);
149 print_indent(indent);
162 print_indent(indent);
212 print_indent(indent);
247 print_indent(indent);
258 print_indent(indent);
262 print_indent(indent);
283 print_indent(inden
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Dhtml.c116 static void print_indent(struct html *);
611 print_indent(h);
750 print_indent(h);
784 print_indent(h);
825 print_indent(h);
902 print_indent(h);
914 * Not to be called right after print_indent().
963 print_indent(struct html *h) function
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_show.c136 print_indent(npf_conf_info_t *ctx, unsigned level) function
746 print_indent(ctx, level);
749 print_indent(ctx, 0);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4655 static void print_indent(uint32_t indent) { function
4685 print_indent(indent);
4693 print_indent(indent);
4699 print_indent(indent);
4703 print_indent(indent);
4710 print_indent(indent);
4721 print_indent(indent);
4753 print_indent(indent);
4761 print_indent(indent);
4765 print_indent(inden
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c6435 static int print_indent;
6437 /* Indent the line the number of spaces given by print_indent. */
6442 fprintf (outfile, "%*s", print_indent, "");
6488 print_indent += 4;
6490 print_indent -= 4;
6721 print_indent += 4;
6723 print_indent -= 4;
6725 if (print_indent == 0)
6767 print_indent = 0;
6426 static int print_indent; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc6581 static int print_indent;
6583 /* Indent the line the number of spaces given by print_indent. */
6588 fprintf (outfile, "%*s", print_indent, "");
6634 print_indent += 4;
6636 print_indent -= 4;
6867 print_indent += 4;
6869 print_indent -= 4;
6871 if (print_indent == 0)
6913 print_indent = 0;
6572 static int print_indent; variable

Completed in 258 milliseconds