Symbol: PRO_BOOL
usr.bin/indent/args.c
100
{"bap", PRO_BOOL, false, ON, &opt.blanklines_after_procs},
usr.bin/indent/args.c
101
{"bbb", PRO_BOOL, false, ON, &opt.blanklines_before_blockcomments},
usr.bin/indent/args.c
102
{"bc", PRO_BOOL, true, OFF, &opt.leave_comma},
usr.bin/indent/args.c
103
{"bl", PRO_BOOL, true, OFF, &opt.btype_2},
usr.bin/indent/args.c
104
{"br", PRO_BOOL, true, ON, &opt.btype_2},
usr.bin/indent/args.c
105
{"bs", PRO_BOOL, false, ON, &opt.Bill_Shannon},
usr.bin/indent/args.c
106
{"cdb", PRO_BOOL, true, ON, &opt.comment_delimiter_on_blankline},
usr.bin/indent/args.c
108
{"ce", PRO_BOOL, true, ON, &opt.cuddle_else},
usr.bin/indent/args.c
111
{"cs", PRO_BOOL, false, ON, &opt.space_after_cast},
usr.bin/indent/args.c
114
{"dj", PRO_BOOL, false, ON, &opt.ljust_decl},
usr.bin/indent/args.c
116
{"eei", PRO_BOOL, false, ON, &opt.extra_expression_indent},
usr.bin/indent/args.c
117
{"ei", PRO_BOOL, true, ON, &opt.else_if},
usr.bin/indent/args.c
118
{"fbs", PRO_BOOL, true, ON, &opt.function_brace_split},
usr.bin/indent/args.c
119
{"fc1", PRO_BOOL, true, ON, &opt.format_col1_comments},
usr.bin/indent/args.c
120
{"fcb", PRO_BOOL, true, ON, &opt.format_block_comments},
usr.bin/indent/args.c
121
{"ip", PRO_BOOL, true, ON, &opt.indent_parameters},
usr.bin/indent/args.c
125
{"lpl", PRO_BOOL, false, ON, &opt.lineup_to_parens_always},
usr.bin/indent/args.c
126
{"lp", PRO_BOOL, true, ON, &opt.lineup_to_parens},
usr.bin/indent/args.c
128
{"nbacc", PRO_BOOL, false, OFF, &opt.blanklines_around_conditional_compilation},
usr.bin/indent/args.c
129
{"nbadp", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations_at_proctop},
usr.bin/indent/args.c
130
{"nbad", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations},
usr.bin/indent/args.c
131
{"nbap", PRO_BOOL, false, OFF, &opt.blanklines_after_procs},
usr.bin/indent/args.c
132
{"nbbb", PRO_BOOL, false, OFF, &opt.blanklines_before_blockcomments},
usr.bin/indent/args.c
133
{"nbc", PRO_BOOL, true, ON, &opt.leave_comma},
usr.bin/indent/args.c
134
{"nbs", PRO_BOOL, false, OFF, &opt.Bill_Shannon},
usr.bin/indent/args.c
135
{"ncdb", PRO_BOOL, true, OFF, &opt.comment_delimiter_on_blankline},
usr.bin/indent/args.c
136
{"nce", PRO_BOOL, true, OFF, &opt.cuddle_else},
usr.bin/indent/args.c
137
{"ncs", PRO_BOOL, false, OFF, &opt.space_after_cast},
usr.bin/indent/args.c
138
{"ndj", PRO_BOOL, false, OFF, &opt.ljust_decl},
usr.bin/indent/args.c
139
{"neei", PRO_BOOL, false, OFF, &opt.extra_expression_indent},
usr.bin/indent/args.c
140
{"nei", PRO_BOOL, true, OFF, &opt.else_if},
usr.bin/indent/args.c
141
{"nfbs", PRO_BOOL, true, OFF, &opt.function_brace_split},
usr.bin/indent/args.c
142
{"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
usr.bin/indent/args.c
143
{"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
usr.bin/indent/args.c
144
{"nip", PRO_BOOL, true, OFF, &opt.indent_parameters},
usr.bin/indent/args.c
145
{"nlpl", PRO_BOOL, false, OFF, &opt.lineup_to_parens_always},
usr.bin/indent/args.c
146
{"nlp", PRO_BOOL, true, OFF, &opt.lineup_to_parens},
usr.bin/indent/args.c
147
{"npcs", PRO_BOOL, false, OFF, &opt.proc_calls_space},
usr.bin/indent/args.c
149
{"npsl", PRO_BOOL, true, OFF, &opt.procnames_start_line},
usr.bin/indent/args.c
150
{"nps", PRO_BOOL, false, OFF, &opt.pointer_as_binop},
usr.bin/indent/args.c
151
{"nsc", PRO_BOOL, true, OFF, &opt.star_comment_cont},
usr.bin/indent/args.c
152
{"nsob", PRO_BOOL, false, OFF, &opt.swallow_optional_blanklines},
usr.bin/indent/args.c
153
{"nut", PRO_BOOL, true, OFF, &opt.use_tabs},
usr.bin/indent/args.c
154
{"nv", PRO_BOOL, false, OFF, &opt.verbose},
usr.bin/indent/args.c
155
{"pcs", PRO_BOOL, false, ON, &opt.proc_calls_space},
usr.bin/indent/args.c
156
{"psl", PRO_BOOL, true, ON, &opt.procnames_start_line},
usr.bin/indent/args.c
157
{"ps", PRO_BOOL, false, ON, &opt.pointer_as_binop},
usr.bin/indent/args.c
158
{"sc", PRO_BOOL, true, ON, &opt.star_comment_cont},
usr.bin/indent/args.c
159
{"sob", PRO_BOOL, false, ON, &opt.swallow_optional_blanklines},
usr.bin/indent/args.c
161
{"ta", PRO_BOOL, false, ON, &opt.auto_typedefs},
usr.bin/indent/args.c
163
{"ut", PRO_BOOL, true, ON, &opt.use_tabs},
usr.bin/indent/args.c
164
{"v", PRO_BOOL, false, ON, &opt.verbose},
usr.bin/indent/args.c
312
case PRO_BOOL:
usr.bin/indent/args.c
97
{"bacc", PRO_BOOL, false, ON, &opt.blanklines_around_conditional_compilation},
usr.bin/indent/args.c
98
{"badp", PRO_BOOL, false, ON, &opt.blanklines_after_declarations_at_proctop},
usr.bin/indent/args.c
99
{"bad", PRO_BOOL, false, ON, &opt.blanklines_after_declarations},