HomeSort by: relevance | last modified time | path
    Searched refs:INDENT (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/indent/
t_options.sh 28 # Tests for indent that focus on comparing the effects of the various command
35 # //indent input [description]
37 # //indent run [options]
38 # Runs indent on the input, using the given options.
39 # //indent end [description]
40 # Finishes an '//indent input' or '//indent run' section.
41 # //indent run-equals-input [options]
42 # Runs indent on the input, expecting unmodified output.
43 # //indent run-equals-prev-output [options
    [all...]
t_options.lua 27 -- usage: [INDENT=...] lua t_options.lua <file.c>...
29 -- Run indent on several inputs with different command line options, verifying
36 -- //indent input
38 -- //indent run [options]
39 -- Runs indent on the input, using the given options.
40 -- //indent end
41 -- Finishes an '//indent input' or '//indent run' section.
42 -- //indent run-equals-input [options]
43 -- Runs indent on the input, expecting that the output is th
    [all...]
  /src/bin/ksh/
tree.c 15 #define INDENT 4
18 static void ptree ARGS((struct op *t, int indent, struct shf *f));
19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
22 static void vfptreef ARGS((struct shf *shf, int indent, const char *fmt, va_list va));
31 ptree(t, indent, shf)
33 int indent;
47 fptreef(shf, indent, "%S ", *w++);
49 fptreef(shf, indent, "#no-vars# ");
52 fptreef(shf, indent, "%S ", *w++);
54 fptreef(shf, indent, "#no-args# ")
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl.c 125 #define INDENT(d, o) do { \
873 INDENT(depth, !(opts & PF_OPT_VERBOSE));
896 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1255 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
1309 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));

Completed in 14 milliseconds