bin/ksh/tree.c
104
fptreef(shf, indent + INDENT, "%;%T%N;;", t1->left);
bin/ksh/tree.c
116
fptreef(shf, indent + INDENT, "then%N%T",
bin/ksh/tree.c
128
fptreef(shf, indent + INDENT, "else%;%T", t->right);
bin/ksh/tree.c
139
fptreef(shf, indent + INDENT, "%;%T", t->right);
bin/ksh/tree.c
143
fptreef(shf, indent + INDENT, "{%;%T", t->left);
bin/ksh/tree.c
94
fptreef(shf, indent + INDENT, "do%N%T", t->left);
sbin/pfctl/pfctl.c
1308
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1327
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1344
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1385
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1389
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
2010
INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
2063
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));