Searched refs:BOOLEAN (Results 1 - 25 of 29) sorted by relevance

12

/openbsd-current/sys/stand/efi/include/
H A Defipxebc.h185 BOOLEAN AcceptAnyResponse;
191 BOOLEAN UseMCast;
192 BOOLEAN UseBCast;
193 BOOLEAN UseUCast;
194 BOOLEAN MustUseList;
232 BOOLEAN Started;
233 BOOLEAN Ipv6Available;
234 BOOLEAN Ipv6Supported;
235 BOOLEAN UsingIpv6;
236 BOOLEAN BisSupporte
[all...]
H A Deficonsctl.h55 OUT BOOLEAN *GopUgaExists, OPTIONAL
56 OUT BOOLEAN *StdInLocked OPTIONAL
H A Definet.h167 BOOLEAN MacAddressChangeable;
168 BOOLEAN MultipleTxSupported;
169 BOOLEAN MediaPresentSupported;
170 BOOLEAN MediaPresent;
209 IN BOOLEAN ExtendedVerification
230 IN BOOLEAN ResetMCastFilter,
242 IN BOOLEAN Reset,
253 IN BOOLEAN Reset,
265 IN BOOLEAN IPv6,
277 IN BOOLEAN ReadWrit
[all...]
H A Defidef.h34 typedef UINT8 BOOLEAN; typedef
38 #define TRUE ((BOOLEAN) 1)
39 #define FALSE ((BOOLEAN) 0)
H A Defi_nii.h79 BOOLEAN Ipv6Supported;
H A Defiprot.h52 IN BOOLEAN ExtendedVerification
87 BOOLEAN RemovableMedia;
88 BOOLEAN MediaPresent;
90 BOOLEAN LogicalPartition;
91 BOOLEAN ReadOnly;
92 BOOLEAN WriteCaching;
322 BOOLEAN ReadOnly;
363 IN BOOLEAN BootPolicy,
503 BOOLEAN
534 BOOLEAN
[all...]
H A Deficon.h43 IN BOOLEAN ExtendedVerification
131 IN BOOLEAN Enable
141 BOOLEAN CursorVisible;
293 IN BOOLEAN ExtendedVerification
H A Defidevp.h229 BOOLEAN StaticIpAddress;
240 BOOLEAN StaticIpAddress;
437 IN BOOLEAN DisplayOnly,
438 IN BOOLEAN AllowShortCuts
445 IN BOOLEAN DisplayOnly,
446 IN BOOLEAN AllowShortCuts
H A Defiapi.h265 BOOLEAN SetsToZero; // Set clears sub-second time
285 OUT BOOLEAN *Enabled,
286 OUT BOOLEAN *Pending,
293 IN BOOLEAN Enable,
333 IN BOOLEAN BootPolicy,
543 IN BOOLEAN Recursive
/openbsd-current/lib/libcurses/tinfo/
H A Dalloc_ttype.c191 case BOOLEAN:
216 case BOOLEAN:
256 case BOOLEAN:
289 case BOOLEAN:
345 case BOOLEAN:
390 if (_nc_find_ext_name(from, to->ext_Names[j], BOOLEAN) >= 0) {
393 k = _nc_ins_ext_name(to, name, BOOLEAN);
400 || _nc_del_ext_name(to, name, BOOLEAN)) {
408 || _nc_del_ext_name(to, name, BOOLEAN)) {
H A Dparse_entry.c80 case BOOLEAN:
107 token_type = BOOLEAN;
129 case BOOLEAN:
153 case BOOLEAN:
194 if (mask & (1 << BOOLEAN)) {
520 } else if (token_type == BOOLEAN
529 case BOOLEAN:
553 case BOOLEAN:
567 case BOOLEAN:
1135 case BOOLEAN
[all...]
H A Dlib_ti.c67 entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE);
H A Dcomp_scan.c362 * BOOLEAN An entry consisting of a name followed by
696 type = BOOLEAN;
768 case BOOLEAN:
H A Dlib_termcap.c250 entry_ptr = _nc_find_type_entry(id, BOOLEAN, TRUE);
H A Dcomp_parse.c309 result = BOOLEAN;
333 case BOOLEAN:
H A Dmake_hash.c68 {"BOOLEAN", "NUMBER", "STRING"};
326 SetType(nn, BOOLEAN);
/openbsd-current/usr.bin/tput/
H A Dtput.c140 case BOOLEAN:
208 return exit_code(BOOLEAN, status);
220 case BOOLEAN:
/openbsd-current/usr.sbin/mrouted/
H A Dcfparse.y91 %token <num> BOOLEAN
201 | PRUNING BOOLEAN { pruning = $2; }
482 return BOOLEAN;
486 return BOOLEAN;
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dless.pm120 =head2 C<< BOOLEAN = less->of( FEATURE ) >>
/openbsd-current/lib/libcurses/
H A Dtic.h156 #define BOOLEAN 0 /* Boolean capability */ macro
195 int nte_type; /* BOOLEAN, NUMBER or STRING */
227 int ute_type; /* mask (BOOLEAN, NUMBER, STRING) */
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp90 void CALLBACK AlarmHandler(PVOID, BOOLEAN) {
/openbsd-current/usr.bin/tic/
H A Ddump_entry.c177 case BOOLEAN:
310 case BOOLEAN:
353 case BOOLEAN:
364 case BOOLEAN:
384 case BOOLEAN:
403 case BOOLEAN:
965 if (!version_filter(BOOLEAN, i))
970 predval = pred(BOOLEAN, i);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-exp.y177 %token LONG SHORT BYTE INT CHAR BOOLEAN DOUBLE FLOAT
267 | BOOLEAN
1147 return BOOLEAN;
H A Djv-exp.c69 BOOLEAN = 271, enumerator in enum:yytokentype
101 #define BOOLEAN 271 macro
509 "BYTE", "INT", "CHAR", "BOOLEAN", "DOUBLE", "FLOAT", "VARIABLE",
2537 return BOOLEAN;
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y287 %token BIT BITS BOOLEAN BY CHOICE COMPONENT COMPONENTS CONTACTINFO
1013 { "BOOLEAN", BOOLEAN },

Completed in 361 milliseconds

12