Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Darc_summary54 INDENT = ' '*8 variable
394 result = '{0}{1}={2}'.format(INDENT, name, value)
398 fit = LINE_LENGTH - len(INDENT) - len(name)
401 result = '{0}{1}{2:>{w}}'.format(INDENT, name, value, w=w)
511 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(value)))
512 print(INDENT+'{0}{spc}{1}'.format(text, value, spc=spc))
525 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(values)+2))
526 print(INDENT+'{0}{spc} {1}'.format(text, values, spc=spc))
953 print(INDENT+'#', descriptions[key])
955 print(INDENT+'# (No description found)') # paranoid
[all …]
/freebsd/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); in Show64_step()
49 if (i %16 == 0) printf(INDENT); in Show08()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk715 if (INDENT == "")
716 INDENT = 4
719 INDENT = 0 # indentation suppressed in ASCII mode
792 1, INDENT * level))
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh71 /* *INDENT-OFF* */
82 /* *INDENT-ON* */
/freebsd/contrib/dialog/
H A Dtreeview.c27 #define INDENT 3 macro
85 (void) wmove(win, choice, data->item_x + INDENT * i); in print_item()
87 for (j = INDENT - 1; j > 0; --j) in print_item()
90 (void) wmove(win, choice, data->item_x + INDENT * depths); in print_item()
314 tree_width = MAX(tree_width, INDENT * depths[i]); in dlg_treeview()
/freebsd/sbin/pfctl/
H A Dpfctl.c151 #define INDENT(d, o) do { \ macro
1155 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1159 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1172 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1202 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1267 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1271 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1377 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1394 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1468 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat()
[all …]