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

/freebsd-10.0-release/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-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c44 #define INDENT 8 macro
390 column = INDENT;
399 if (column > INDENT
593 column = INDENT; /* FIXME: workaround to prevent empty lines */
622 if (column != INDENT)
648 if (column != INDENT)
/freebsd-10.0-release/contrib/mdocml/
H A Dman_html.c38 #define INDENT 5 macro
574 SCALE_HS_INIT(&su, INDENT);
679 SCALE_HS_INIT(&su, INDENT);
H A Dmdoc_html.c36 #define INDENT 5 macro
344 SCALE_HS_INIT(su, INDENT);
346 SCALE_HS_INIT(su, INDENT * 2);
/freebsd-10.0-release/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-10.0-release/sbin/pfctl/
H A Dpfctl.c131 #define INDENT(d, o) do { \ macro
929 INDENT(depth, !(opts & PF_OPT_VERBOSE));
952 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1311 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
1365 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));

Completed in 144 milliseconds