Home
last modified time | relevance | path

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

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