Searched refs:btype_2 (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/indent/ |
| D | parse.c | 65 ps.search_brace = btype_2; in parse() 94 ps.search_brace = btype_2; in parse() 138 ps.search_brace = btype_2; in parse() 154 ps.search_brace = btype_2 | ps.else_if; in parse() 178 ps.search_brace = btype_2; in parse()
|
| D | indent.c | 167 btype_2 = 1; /* -br */ in main() 326 if (btype_2) { in main() 447 (type_code != lbrace || !btype_2)) { in main() 571 ps.search_brace = btype_2; /* this should insure that constructs in main() 758 if (!btype_2) { in main()
|
| D | args.c | 94 {"bl", PRO_BOOL, true, OFF, &btype_2 }, 95 {"br", PRO_BOOL, true, ON, &btype_2 },
|
| D | indent_globs.h | 150 int btype_2; /* when true, brace should be on same line as variable
|