Symbol: PRO_BOOL
usr.bin/indent/args.c
101
{"eei", PRO_BOOL, false, ON, &extra_expression_indent },
usr.bin/indent/args.c
102
{"ei", PRO_BOOL, true, ON, &ps.else_if },
usr.bin/indent/args.c
106
{"fc1", PRO_BOOL, true, ON, &format_col1_comments },
usr.bin/indent/args.c
110
{"ip", PRO_BOOL, true, ON, &ps.indent_parameters },
usr.bin/indent/args.c
113
{"lp", PRO_BOOL, true, ON, &lineup_to_parens },
usr.bin/indent/args.c
115
{"nbacc", PRO_BOOL, false, OFF,
usr.bin/indent/args.c
117
{"nbadp", PRO_BOOL, false, OFF,
usr.bin/indent/args.c
119
{"nbad", PRO_BOOL, false, OFF, &blanklines_after_declarations },
usr.bin/indent/args.c
120
{"nbap", PRO_BOOL, false, OFF, &blanklines_after_procs },
usr.bin/indent/args.c
121
{"nbbb", PRO_BOOL, false, OFF, &blanklines_before_blockcomments },
usr.bin/indent/args.c
122
{"nbc", PRO_BOOL, true, ON, &ps.leave_comma },
usr.bin/indent/args.c
123
{"nbs", PRO_BOOL, false, OFF, &Bill_Shannon },
usr.bin/indent/args.c
124
{"ncdb", PRO_BOOL, true, OFF, &comment_delimiter_on_blankline },
usr.bin/indent/args.c
125
{"nce", PRO_BOOL, true, OFF, &cuddle_else },
usr.bin/indent/args.c
126
{"ndj", PRO_BOOL, false, OFF, &ps.ljust_decl },
usr.bin/indent/args.c
127
{"neei", PRO_BOOL, false, OFF, &extra_expression_indent },
usr.bin/indent/args.c
128
{"nei", PRO_BOOL, true, OFF, &ps.else_if },
usr.bin/indent/args.c
129
{"nfc1", PRO_BOOL, true, OFF, &format_col1_comments },
usr.bin/indent/args.c
130
{"nip", PRO_BOOL, true, OFF, &ps.indent_parameters },
usr.bin/indent/args.c
131
{"nlp", PRO_BOOL, true, OFF, &lineup_to_parens },
usr.bin/indent/args.c
132
{"npcs", PRO_BOOL, false, OFF, &proc_calls_space },
usr.bin/indent/args.c
134
{"npsl", PRO_BOOL, true, OFF, &procnames_start_line },
usr.bin/indent/args.c
135
{"nps", PRO_BOOL, false, OFF, &pointer_as_binop },
usr.bin/indent/args.c
136
{"nsc", PRO_BOOL, true, OFF, &star_comment_cont },
usr.bin/indent/args.c
137
{"nsob", PRO_BOOL, false, OFF, &swallow_optional_blanklines },
usr.bin/indent/args.c
138
{"nut", PRO_BOOL, true, OFF, &use_tabs},
usr.bin/indent/args.c
139
{"nv", PRO_BOOL, false, OFF, &verbose },
usr.bin/indent/args.c
140
{"pcs", PRO_BOOL, false, ON, &proc_calls_space },
usr.bin/indent/args.c
141
{"psl", PRO_BOOL, true, ON, &procnames_start_line },
usr.bin/indent/args.c
142
{"ps", PRO_BOOL, false, ON, &pointer_as_binop },
usr.bin/indent/args.c
143
{"sc", PRO_BOOL, true, ON, &star_comment_cont },
usr.bin/indent/args.c
144
{"sob", PRO_BOOL, false, ON, &swallow_optional_blanklines },
usr.bin/indent/args.c
146
{"troff", PRO_BOOL, false, ON, &troff },
usr.bin/indent/args.c
147
{"ut", PRO_BOOL, true, ON, &use_tabs},
usr.bin/indent/args.c
148
{"v", PRO_BOOL, false, ON, &verbose },
usr.bin/indent/args.c
288
case PRO_BOOL:
usr.bin/indent/args.c
81
{"bacc", PRO_BOOL, false, ON,
usr.bin/indent/args.c
83
{"badp", PRO_BOOL, false, ON,
usr.bin/indent/args.c
85
{"bad", PRO_BOOL, false, ON, &blanklines_after_declarations },
usr.bin/indent/args.c
86
{"bap", PRO_BOOL, false, ON, &blanklines_after_procs },
usr.bin/indent/args.c
87
{"bbb", PRO_BOOL, false, ON, &blanklines_before_blockcomments },
usr.bin/indent/args.c
88
{"bc", PRO_BOOL, true, OFF, &ps.leave_comma },
usr.bin/indent/args.c
89
{"bl", PRO_BOOL, true, OFF, &btype_2 },
usr.bin/indent/args.c
90
{"br", PRO_BOOL, true, ON, &btype_2 },
usr.bin/indent/args.c
91
{"bs", PRO_BOOL, false, ON, &Bill_Shannon },
usr.bin/indent/args.c
92
{"cdb", PRO_BOOL, true, ON, &comment_delimiter_on_blankline },
usr.bin/indent/args.c
94
{"ce", PRO_BOOL, true, ON, &cuddle_else },
usr.bin/indent/args.c
99
{"dj", PRO_BOOL, false, ON, &ps.ljust_decl },