Searched refs:btype_2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | parse.c | 72 ps.search_brace = opt.btype_2; in parse() 108 ps.search_brace = opt.btype_2; in parse() 152 ps.search_brace = opt.btype_2; in parse() 168 ps.search_brace = opt.btype_2 | opt.else_if; in parse() 192 ps.search_brace = opt.btype_2; in parse()
|
H A D | indent.c | 200 btype_2 = 1; /* -br */ in main() 379 if (sc_end != NULL && opt.btype_2) { in main() 520 (type_code != lbrace || !opt.btype_2)) { in main() 647 ps.search_brace = opt.btype_2; /* this should ensure that in main() 813 if (!opt.btype_2) { in main()
|
H A D | args.c | 103 {"bl", PRO_BOOL, true, OFF, &opt.btype_2}, 104 {"br", PRO_BOOL, true, ON, &opt.btype_2},
|
H A D | indent_globs.h | 157 int btype_2; /* when true, brace should be on same line member
|