Symbol: OFF
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
190
info->server_status = OFF;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_handle.c
150
(*ldap_server_handle)->server_info->server_status = OFF;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_handle.c
47
if (ldap_server_info->server_status != OFF) {
crypto/krb5/src/windows/leash/LeashView.cpp
1417
m_debugWindow = OFF;
crypto/krb5/src/windows/leash/LeashView.cpp
1532
m_largeIcons = OFF;
crypto/krb5/src/windows/leash/LeashView.cpp
1537
m_largeIcons = OFF;
crypto/krb5/src/windows/leash/LeashView.cpp
518
m_destroyTicketsOnExit = m_pApp->GetProfileInt("Settings", "DestroyTicketsOnExit", OFF);
sbin/hastd/parse.y
378
OFF { $$ = 0; }
sbin/hastd/parse.y
88
%token TIMEOUT EXEC RESOURCE NAME LOCAL REMOTE SOURCE ON OFF
sys/cam/scsi/scsi_ses.h
1215
GEN_SES_STATUS_POWER_SUPPLY_ACCESSORS(off, OFF)
sys/cam/scsi/scsi_ses.h
1273
GEN_SES_STATUS_COOLING_ACCESSORS(off, OFF)
sys/dev/pms/RefTisa/tisa/sassata/common/tddefs.h
71
#ifndef OFF
sys/dev/sfxge/common/efx_nic.c
763
LOOPBACK_CHECK(NONE, OFF);
usr.bin/indent/args.c
102
{"bc", PRO_BOOL, true, OFF, &opt.leave_comma},
usr.bin/indent/args.c
103
{"bl", PRO_BOOL, true, OFF, &opt.btype_2},
usr.bin/indent/args.c
128
{"nbacc", PRO_BOOL, false, OFF, &opt.blanklines_around_conditional_compilation},
usr.bin/indent/args.c
129
{"nbadp", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations_at_proctop},
usr.bin/indent/args.c
130
{"nbad", PRO_BOOL, false, OFF, &opt.blanklines_after_declarations},
usr.bin/indent/args.c
131
{"nbap", PRO_BOOL, false, OFF, &opt.blanklines_after_procs},
usr.bin/indent/args.c
132
{"nbbb", PRO_BOOL, false, OFF, &opt.blanklines_before_blockcomments},
usr.bin/indent/args.c
134
{"nbs", PRO_BOOL, false, OFF, &opt.Bill_Shannon},
usr.bin/indent/args.c
135
{"ncdb", PRO_BOOL, true, OFF, &opt.comment_delimiter_on_blankline},
usr.bin/indent/args.c
136
{"nce", PRO_BOOL, true, OFF, &opt.cuddle_else},
usr.bin/indent/args.c
137
{"ncs", PRO_BOOL, false, OFF, &opt.space_after_cast},
usr.bin/indent/args.c
138
{"ndj", PRO_BOOL, false, OFF, &opt.ljust_decl},
usr.bin/indent/args.c
139
{"neei", PRO_BOOL, false, OFF, &opt.extra_expression_indent},
usr.bin/indent/args.c
140
{"nei", PRO_BOOL, true, OFF, &opt.else_if},
usr.bin/indent/args.c
141
{"nfbs", PRO_BOOL, true, OFF, &opt.function_brace_split},
usr.bin/indent/args.c
142
{"nfc1", PRO_BOOL, true, OFF, &opt.format_col1_comments},
usr.bin/indent/args.c
143
{"nfcb", PRO_BOOL, true, OFF, &opt.format_block_comments},
usr.bin/indent/args.c
144
{"nip", PRO_BOOL, true, OFF, &opt.indent_parameters},
usr.bin/indent/args.c
145
{"nlpl", PRO_BOOL, false, OFF, &opt.lineup_to_parens_always},
usr.bin/indent/args.c
146
{"nlp", PRO_BOOL, true, OFF, &opt.lineup_to_parens},
usr.bin/indent/args.c
147
{"npcs", PRO_BOOL, false, OFF, &opt.proc_calls_space},
usr.bin/indent/args.c
149
{"npsl", PRO_BOOL, true, OFF, &opt.procnames_start_line},
usr.bin/indent/args.c
150
{"nps", PRO_BOOL, false, OFF, &opt.pointer_as_binop},
usr.bin/indent/args.c
151
{"nsc", PRO_BOOL, true, OFF, &opt.star_comment_cont},
usr.bin/indent/args.c
152
{"nsob", PRO_BOOL, false, OFF, &opt.swallow_optional_blanklines},
usr.bin/indent/args.c
153
{"nut", PRO_BOOL, true, OFF, &opt.use_tabs},
usr.bin/indent/args.c
154
{"nv", PRO_BOOL, false, OFF, &opt.verbose},
usr.bin/indent/args.c
313
if (p->p_special == OFF)
usr.bin/top/display.c
798
header_status = OFF;
usr.bin/top/display.c
812
header_status = OFF;
usr.sbin/rrenumd/parser.y
580
| OFF { $$ = OFF; }
usr.sbin/rrenumd/parser.y
99
%token <num> ON OFF