Home
last modified time | relevance | path

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

/openbsd/usr.bin/indent/
H A Dparse.c62 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 Dindent.c101 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 Dargs.c89 {"bl", PRO_BOOL, true, OFF, &btype_2 },
90 {"br", PRO_BOOL, true, ON, &btype_2 },
H A Dindent_globs.h146 extern int btype_2; /* when true, brace should be on same line as