Lines Matching refs:OFF

62 #define	OFF		0	/* turn it off */  macro
102 {"bc", PRO_BOOL, true, OFF, &opt.leave_comma},
103 {"bl", PRO_BOOL, true, OFF, &opt.btype_2},
128 {"nbacc", PRO_BOOL, false, OFF, &opt.blanklines_around_conditional_compilation},
129 {"nbadp", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations_at_proctop},
130 {"nbad", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations},
131 {"nbap", PRO_BOOL, false, OFF, &opt.blanklines_after_procs},
132 {"nbbb", PRO_BOOL, false, OFF, &opt.blanklines_before_blockcomments},
134 {"nbs", PRO_BOOL, false, OFF, &opt.Bill_Shannon},
135 {"ncdb", PRO_BOOL, true, OFF, &opt.comment_delimiter_on_blankline},
136 {"nce", PRO_BOOL, true, OFF, &opt.cuddle_else},
137 {"ncs", PRO_BOOL, false, OFF, &opt.space_after_cast},
138 {"ndj", PRO_BOOL, false, OFF, &opt.ljust_decl},
139 {"neei", PRO_BOOL, false, OFF, &opt.extra_expression_indent},
140 {"nei", PRO_BOOL, true, OFF, &opt.else_if},
141 {"nfbs", PRO_BOOL, true, OFF, &opt.function_brace_split},
142 {"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
143 {"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
144 {"nip", PRO_BOOL, true, OFF, &opt.indent_parameters},
145 {"nlpl", PRO_BOOL, false, OFF, &opt.lineup_to_parens_always},
146 {"nlp", PRO_BOOL, true, OFF, &opt.lineup_to_parens},
147 {"npcs", PRO_BOOL, false, OFF, &opt.proc_calls_space},
149 {"npsl", PRO_BOOL, true, OFF, &opt.procnames_start_line},
150 {"nps", PRO_BOOL, false, OFF, &opt.pointer_as_binop},
151 {"nsc", PRO_BOOL, true, OFF, &opt.star_comment_cont},
152 {"nsob", PRO_BOOL, false, OFF, &opt.swallow_optional_blanklines},
153 {"nut", PRO_BOOL, true, OFF, &opt.use_tabs},
154 {"nv", PRO_BOOL, false, OFF, &opt.verbose},
313 if (p->p_special == OFF) in set_option()