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

  /src/usr.bin/indent/
args.c 84 bool_option("bl", false, brace_same_line),
85 bool_option("br", true, brace_same_line),
indent.h 195 bool brace_same_line; /* whether a brace should be on same line as an member in struct:options
indent.c 53 .brace_same_line = true,
324 if (lsym == lsym_lbrace && opt.brace_same_line)
574 && opt.brace_same_line
737 if (!opt.brace_same_line ||

Completed in 17 milliseconds