Searched refs:btype_2 (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/indent/ |
H A D | parse.c | 62 ps.search_brace = btype_2; in parse() 91 ps.search_brace = btype_2; in parse() 135 ps.search_brace = btype_2; in parse() 151 ps.search_brace = btype_2 | ps.else_if; in parse() 175 ps.search_brace = btype_2; in parse()
|
H A D | indent.c | 101 int btype_2; /* when true, brace should be on same line as variable 280 btype_2 = 1; /* -br */ in main() 434 if (btype_2) { in main() 555 (type_code != lbrace || !btype_2)) { in main() 677 ps.search_brace = btype_2; /* this should insure that constructs in main() 864 if (!btype_2) { in main()
|
H A D | args.c | 89 {"bl", PRO_BOOL, true, OFF, &btype_2 }, 90 {"br", PRO_BOOL, true, ON, &btype_2 },
|
H A D | indent_globs.h | 146 extern int btype_2; /* when true, brace should be on same line as
|