Searched refs:btype_2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.bin/indent/ |
| H A D | parse.c | 78 ps.search_brace = opt.btype_2; in parse() 114 ps.search_brace = opt.btype_2; in parse() 158 ps.search_brace = opt.btype_2; in parse() 174 ps.search_brace = opt.btype_2 | opt.else_if; in parse() 198 ps.search_brace = opt.btype_2; in parse()
|
| H A D | indent.c | 207 btype_2 = 1; /* -br */ in main() 386 if (sc_end != NULL && opt.btype_2) { in main() 527 (type_code != lbrace || !opt.btype_2)) { in main() 654 ps.search_brace = opt.btype_2; /* this should ensure that in main() 820 if (!opt.btype_2) { in main()
|
| H A D | args.c | 109 {"bl", PRO_BOOL, true, OFF, &opt.btype_2}, 110 {"br", PRO_BOOL, true, ON, &opt.btype_2},
|
| H A D | indent_globs.h | 159 int btype_2; /* when true, brace should be on same line member
|