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

/freebsd-11-stable/sys/crypto/skein/
H A Dskein_debug.c15 static const char INDENT[] = " "; /* how much to indent on new line */ variable
24 if (i % 4 == 0) printf(INDENT);
49 if (i %16 == 0) printf(INDENT);
/freebsd-11-stable/contrib/dialog/
H A Dtreeview.c27 #define INDENT 3 macro
85 (void) wmove(win, choice, data->item_x + INDENT * i);
87 for (j = INDENT - 1; j > 0; --j)
90 (void) wmove(win, choice, data->item_x + INDENT * depths);
167 /* *INDENT-OFF* */
190 /* *INDENT-ON* */
313 tree_width = MAX(tree_width, INDENT * depths[i]);
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c44 #define INDENT 8 macro
412 column = INDENT;
421 if (column > INDENT
625 column = INDENT; /* FIXME: workaround to prevent empty lines */
668 if (column != INDENT && height > 1)
696 if (column != INDENT && height > 1)
/freebsd-11-stable/contrib/mdocml/
H A Dman_html.c38 #define INDENT 5 macro
564 SCALE_HS_INIT(&sum, INDENT);
639 SCALE_HS_INIT(&su, INDENT);
H A Dmdoc_html.c37 #define INDENT 5 macro
956 offs = INDENT;
958 offs = INDENT * 2;
/freebsd-11-stable/contrib/gcc/
H A Dtree-pretty-print.c51 #define INDENT(SPACE) do { \ macro
135 INDENT spaces. */
1934 INDENT (spc);
2030 INDENT (spc);
2042 INDENT (spc);
2067 INDENT (spc);
2570 INDENT (spc);
2619 indented by INDENT spaces. */
2629 /* Dumps header of basic block BB to buffer BUFFER indented by INDENT
2641 INDENT (inden
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c136 #define INDENT(d, o) do { \ macro
1015 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1038 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1411 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
1465 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));

Completed in 80 milliseconds