Symbol: bool_options
usr.bin/indent/args.c
100
bool_options("fc1", format_col1_comments),
usr.bin/indent/args.c
101
bool_options("fcb", format_block_comments),
usr.bin/indent/args.c
103
bool_options("ip", indent_parameters),
usr.bin/indent/args.c
107
bool_options("lp", lineup_to_parens),
usr.bin/indent/args.c
108
bool_options("lpl", lineup_to_parens_always),
usr.bin/indent/args.c
111
bool_options("pcs", proc_calls_space),
usr.bin/indent/args.c
112
bool_options("psl", procnames_start_line),
usr.bin/indent/args.c
113
bool_options("sc", star_comment_cont),
usr.bin/indent/args.c
114
bool_options("sob", swallow_optional_blank_lines),
usr.bin/indent/args.c
120
bool_options("ut", use_tabs),
usr.bin/indent/args.c
121
bool_options("v", verbose),
usr.bin/indent/args.c
78
bool_options("bacc", blank_line_around_conditional_compilation),
usr.bin/indent/args.c
79
bool_options("bad", blank_line_after_decl),
usr.bin/indent/args.c
80
bool_options("badp", blank_line_after_decl_at_top),
usr.bin/indent/args.c
81
bool_options("bap", blank_line_after_proc),
usr.bin/indent/args.c
82
bool_options("bbb", blank_line_before_block_comment),
usr.bin/indent/args.c
83
bool_options("bc", break_after_comma),
usr.bin/indent/args.c
86
bool_options("bs", blank_after_sizeof),
usr.bin/indent/args.c
89
bool_options("cdb", comment_delimiter_on_blank_line),
usr.bin/indent/args.c
90
bool_options("ce", cuddle_else),
usr.bin/indent/args.c
93
bool_options("cs", space_after_cast),
usr.bin/indent/args.c
96
bool_options("dj", left_justify_decl),
usr.bin/indent/args.c
97
bool_options("eei", extra_expr_indent),
usr.bin/indent/args.c
98
bool_options("ei", else_if_in_same_line),
usr.bin/indent/args.c
99
bool_options("fbs", function_brace_split),