Searched refs:lineup_to_parens_always (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/usr.bin/indent/ |
| HD | args.c | 131 {"lpl", PRO_BOOL, false, ON, &opt.lineup_to_parens_always}, 151 {"nlpl", PRO_BOOL, false, OFF, &opt.lineup_to_parens_always},
|
| HD | indent_globs.h | 198 int lineup_to_parens_always; /* if true, do not attempt to keep member
|
| HD | io.c | 238 else if (opt.lineup_to_parens_always) in compute_code_target()
|
| HD | indent.c | 193 lineup_to_parens_always = 0; /* -nlpl */ in main()
|