Searched refs:INDENT (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/libyaml/ |
| H A D | .makefile | 34 INDENT := gindent 36 INDENT := indent 58 $(INDENT) $(SOURCE_FILES)
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcsummary | 55 INDENT = ' '*8 variable 395 result = '{0}{1}={2}'.format(INDENT, name, value) 399 fit = LINE_LENGTH - len(INDENT) - len(name) 402 result = '{0}{1}{2:>{w}}'.format(INDENT, name, value, w=w) 512 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(value))) 513 print(INDENT+'{0}{spc}{1}'.format(text, value, spc=spc)) 526 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(values)+2)) 527 print(INDENT+'{0}{spc} {1}'.format(text, values, spc=spc)) 957 print(INDENT+'#', descriptions[key]) 959 print(INDENT+'# (No description found)') # paranoid [all …]
|
| /freebsd/sys/crypto/skein/ |
| H A D | skein_debug.c | 15 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 D | funstack.awk | 715 if (INDENT == "") 716 INDENT = 4 719 INDENT = 0 # indentation suppressed in ASCII mode 792 1, INDENT * level))
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKcaptab.sh | 71 /* *INDENT-OFF* */ 82 /* *INDENT-ON* */
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl.c | 215 #define INDENT(d, o) do { \ macro 1553 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1557 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1570 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1600 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1658 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1662 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1792 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1809 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1884 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat() [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 7 .INDENT 0.0
|