Home
last modified time | relevance | path

Searched refs:btype_2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.bin/indent/
H A Dparse.c76 ps.search_brace = opt.btype_2; in parse()
111 ps.search_brace = opt.btype_2; in parse()
155 ps.search_brace = opt.btype_2; in parse()
171 ps.search_brace = opt.btype_2 | opt.else_if; in parse()
195 ps.search_brace = opt.btype_2; in parse()
H A Dindent.c185 btype_2 = 1; /* -br */ in main()
364 if (sc_end != NULL && opt.btype_2) { in main()
505 (type_code != lbrace || !opt.btype_2)) { in main()
632 ps.search_brace = opt.btype_2; /* this should ensure that in main()
798 if (!opt.btype_2) { in main()
H A Dargs.c111 {"bl", PRO_BOOL, true, OFF, &opt.btype_2},
112 {"br", PRO_BOOL, true, ON, &opt.btype_2},
H A Dindent_globs.h158 int btype_2; /* when true, brace should be on same line member