Symbol: OFF
games/battlestar/command4.c
43
if (wordnumber < wordcount && wordvalue[wordnumber + 1] == OFF) {
games/battlestar/words.c
172
{ "off", OFF, PREPS, NULL },
games/hack/hack.tty.c
142
flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF;
games/hack/hack.tty.c
143
flags.cbreak = (inittyb.c_lflag & ICANON) ? OFF : ON;
games/hack/hack.tty.c
159
flags.echo = OFF;
sys/arch/luna88k/dev/xp.c
222
put_pio0c(XP_RESET, OFF);
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
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
289
if (p->p_special == OFF)
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/tmux/popup.c
503
pd->dragging = OFF;
usr.bin/tmux/popup.c
577
if (pd->dragging != OFF) {