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

/freebsd-current/usr.bin/indent/
H A Dparse.c72 ps.search_brace = opt.btype_2;
108 ps.search_brace = opt.btype_2;
152 ps.search_brace = opt.btype_2;
168 ps.search_brace = opt.btype_2 | opt.else_if;
192 ps.search_brace = opt.btype_2;
H A Dindent_globs.h157 int btype_2; /* when true, brace should be on same line member in struct:options
H A Dargs.c103 {"bl", PRO_BOOL, true, OFF, &opt.btype_2},
104 {"br", PRO_BOOL, true, ON, &opt.btype_2},
H A Dindent.c200 btype_2 = 1; /* -br */
379 if (sc_end != NULL && opt.btype_2) {
520 (type_code != lbrace || !opt.btype_2)) {
647 ps.search_brace = opt.btype_2; /* this should ensure that
813 if (!opt.btype_2) {

Completed in 139 milliseconds