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

/freebsd-10.1-release/usr.bin/indent/
H A Dargs.c61 #define PRO_BOOL 2 /* boolean */ macro
94 {"bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation},
95 {"badp", PRO_BOOL, false, ON, &blanklines_after_declarations_at_proctop},
96 {"bad", PRO_BOOL, false, ON, &blanklines_after_declarations},
97 {"bap", PRO_BOOL, false, ON, &blanklines_after_procs},
98 {"bbb", PRO_BOOL, false, ON, &blanklines_before_blockcomments},
99 {"bc", PRO_BOOL, true, OFF, &ps.leave_comma},
100 {"bl", PRO_BOOL, true, OFF, &btype_2},
101 {"br", PRO_BOOL, true, ON, &btype_2},
102 {"bs", PRO_BOOL, fals
[all...]

Completed in 89 milliseconds