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

/freebsd-9.3-release/usr.bin/indent/
H A Dparse.c73 ps.search_brace = btype_2;
102 ps.search_brace = btype_2;
146 ps.search_brace = btype_2;
162 ps.search_brace = btype_2 | ps.else_if;
186 ps.search_brace = btype_2;
H A Dargs.c100 {"bl", PRO_BOOL, true, OFF, &btype_2},
101 {"br", PRO_BOOL, true, ON, &btype_2},
H A Dindent_globs.h146 int btype_2; /* when true, brace should be on same line as variable
H A Dindent.c177 btype_2 = 1; /* -br */
334 if (btype_2) {
455 (type_code != lbrace || !btype_2)) {
576 ps.search_brace = btype_2; /* this should insure that constructs
761 if (!btype_2) {

Completed in 108 milliseconds