Symbol: ON
bin/mined/mined.h
262
#define status_line(str1, str2) bottom_line(ON, (str1), (str2), NIL_PTR, FALSE)
bin/mined/mined.h
263
#define error(str1, str2) bottom_line(ON, (str1), (str2), NIL_PTR, FALSE)
bin/mined/mined.h
264
#define get_string(str1,str2, fl) bottom_line(ON, (str1), NIL_PTR, (str2), fl)
bin/mined/mined1.c
1499
raw_mode(ON); /* Set tty to appropriate mode */
bin/mined/mined1.c
604
raw_mode(ON);
bin/mined/mined1.c
653
if (revfl == ON && stat_visible == TRUE)
bin/mined/mined1.c
656
if (revfl == ON) { /* Print rev. start sequence */
bin/mined/mined2.c
108
raw_mode(ON);
games/battlestar/command2.c
107
if (wordvalue[wordnumber + 1] == ON) {
games/battlestar/words.c
169
{ "on", ON, PREPS, NULL },
games/hack/hack.tty.c
154
flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF;
games/hack/hack.tty.c
155
flags.cbreak = (inittyb.c_lflag & ICANON) ? OFF : ON;
games/hack/hack.tty.c
171
flags.cbreak = ON;
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
131
{"nbc", PRO_BOOL, true, ON, &opt.leave_comma},
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
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},
usr.sbin/pfctl/parse.y
2616
| ON if_item_not { $$ = $2; }
usr.sbin/pfctl/parse.y
2617
| ON '{' optnl if_list '}' { $$ = $4; }
usr.sbin/pfctl/parse.y
439
%token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
usr.sbin/pfctl/parse.y
5363
{ "on", ON},
usr.sbin/rrenumd/parser.y
102
%token <num> ON OFF
usr.sbin/rrenumd/parser.y
470
if ($4 == ON) {
usr.sbin/rrenumd/parser.y
484
if ($5 == ON) {
usr.sbin/rrenumd/parser.y
493
if ($6 == ON) {
usr.sbin/rrenumd/parser.y
497
if ($7 == ON) {
usr.sbin/rrenumd/parser.y
584
ON { $$ = ON; }