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