Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcasts2.C5 typedef int boolean; typedef
7 typedef boolean (VObject::*method)();
8 typedef boolean (VObject::*method0)();
9 typedef boolean (VObject::*method1)(long);
16 boolean perform(method );
17 boolean perform(method , long);
23 boolean VObject::perform(method m) in perform()
30 boolean VObject::perform(method m, long param) in perform()
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A Dcore_bools.t7 plan skip_all => 'no support for core boolean options'
19 skip "core_bools option doesn't register as true for core bools without core boolean support", 1
34 # ensure this registers as true on older perls where the boolean values
61 skip "core boolean support needed to detect core booleans", 4
64 ok JSON::PP::is_bool($new_true), 'core true is a boolean';
65 ok JSON::PP::is_bool($new_false), 'core false is a boolean';
67 ok builtin::is_bool($new_true), 'core true is a core boolean';
68 ok builtin::is_bool($new_false), 'core false is a core boolean';
78 skip "core boolean support needed to detect core booleans", 4
80 ok JSON::PP::is_bool($should_true), 'decoded true is a boolean';
[all …]
H A D118_boolean_values.t24 # extra boolean classes
25 if (eval "require boolean; 1") {
26 push @tests, [boolean::true(), boolean::false(), 'boolean', 'boolean', 1];
74 ok !$json->get_boolean_values, "reset boolean values";
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020404-1.c6 typedef enum bfd_boolean {false, true} boolean; typedef
36 static boolean
39 static boolean
42 static boolean
56 (((osection)->vma = (osection)->lma= (vaddr)), ((osection)->user_set_vma = (boolean)true), true); in dump_bfd_file()
78 static boolean
84 static boolean
89 static boolean
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980825-1.c1 typedef enum { FALSE, TRUE } boolean; typedef
5 boolean classNames;
6 boolean defines;
7 boolean enumerators;
14 boolean mode = TRUE;
/openbsd-src/usr.sbin/nsd/
H A Dconfigparser.y62 %type <bln> boolean
279 | VAR_IP_TRANSPARENT boolean
281 | VAR_IP_FREEBIND boolean
287 | VAR_DEBUG_MODE boolean
289 | VAR_USE_SYSTEMD boolean
291 | VAR_HIDE_VERSION boolean
293 | VAR_HIDE_IDENTITY boolean
295 | VAR_DROP_UPDATES boolean
297 | VAR_IP4_ONLY boolean
299 | VAR_IP6_ONLY boolean
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20010202-1.c4 typedef enum { false, true } __attribute__ ((packed)) boolean; typedef
12 boolean C:1;
13 boolean D:1;
/openbsd-src/games/hack/
H A Dhack.h255 int getdir(boolean);
270 void goto_level(int, boolean);
351 boolean hmon(struct monst *, struct obj *, int);
352 boolean attack(struct monst *);
366 boolean carrying(int);
506 int page_file(char *, boolean);
559 void litroom(boolean);
732 boolean bhito(struct obj *, struct obj *);
739 boolean (*fhito)(struct obj *, struct obj *), struct obj *);
H A Dhack.fight.c70 static boolean far_noise;
82 boolean vis; in hitmm()
102 boolean far = (dist(magr->mx, magr->my) > 15); in hitmm()
203 boolean
207 boolean hittxt = FALSE; in hmon()
321 boolean
325 boolean malive = TRUE; in attack()
H A Dhack.options.c70 static void parseoptions(char *, boolean);
90 parseoptions(char *opts, boolean from_env) in parseoptions()
94 boolean negated; in parseoptions()
H A Dhack.invent.c92 boolean inuse[52]; in assigninvlet()
299 boolean
375 boolean allowgold = FALSE; in getobj()
376 boolean allowall = FALSE; in getobj()
377 boolean allownone = FALSE; in getobj()
526 boolean allflag = FALSE; in ggetobj()
713 boolean billx = inshop() && doinvbill(0); in dotypeinv()
714 boolean unpd = FALSE; in dotypeinv()
H A Dhack.pager.c163 static boolean whole_screen = TRUE;
189 static boolean so; in set_pager()
364 page_file(char *fnam, boolean silent) in page_file()
H A Dhack.read.c68 static boolean monstersym(char);
74 boolean confused = (Confusion != 0); in doread()
75 boolean known = FALSE; in doread()
510 litroom(boolean on) in litroom()
594 static boolean
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c310 typedef char boolean; typedef
1446 static boolean at_begline_loc_p _RE_ARGS ((const char *pattern, const char *p,
1448 static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
1736 static boolean group_in_compile_stack _RE_ARGS ((compile_stack_type
1930 boolean keep_string_p = false;
2053 boolean had_char_class = false;
2168 boolean is_lower = STREQ (str, "lower");
2169 boolean is_upper = STREQ (str, "upper");
2201 boolean is_alnum = STREQ (str, "alnum");
2202 boolean is_alpha = STREQ (str, "alpha");
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/
H A Dquoting.tml1 === Quote boolean-like string (scalar)
9 === Quote boolean-like string (list)
/openbsd-src/usr.bin/getcap/
H A Dgetcap.c26 boolean, enumerator
56 type = boolean; in main()
135 case boolean: in lookup_cap()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dsort2.c7 typedef unsigned char boolean; typedef
30 boolean Swap;
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DValidator.pm101 'dynamic_config' => { mandatory => 1, value => \&boolean },
191 'dynamic_config' => { value => \&boolean },
262 'dynamic_config' => { value => \&boolean },
338 'dynamic_config' => { value => \&boolean },
399 'dynamic_config' => { value => \&boolean },
424 'dynamic_config' => { value => \&boolean },
833 sub boolean { subroutine
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c357 typedef char boolean; typedef
1535 static boolean at_begline_loc_p (), at_endline_loc_p ();
1536 static boolean group_in_compile_stack ();
2046 boolean keep_string_p = false;
2204 boolean escaped_char = false;
2272 boolean is_alnum = STREQ (str, "alnum");
2273 boolean is_alpha = STREQ (str, "alpha");
2274 boolean is_blank = STREQ (str, "blank");
2275 boolean is_cntrl = STREQ (str, "cntrl");
2276 boolean is_digit = STREQ (str, "digit");
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c404 typedef char boolean; typedef
1850 static boolean PREFIX(at_begline_loc_p) (const CHAR_T *pattern,
1853 static boolean PREFIX(at_endline_loc_p) (const CHAR_T *p,
2250 static boolean group_in_compile_stack (compile_stack_type compile_stack,
2507 boolean keep_string_p = false; in PREFIX()
2634 boolean had_char_class = false; in PREFIX()
3220 boolean is_lower = STREQ (str, "lower"); in PREFIX()
3221 boolean is_upper = STREQ (str, "upper"); in PREFIX()
3253 boolean is_alnum = STREQ (str, "alnum"); in PREFIX()
3254 boolean is_alpha = STREQ (str, "alpha"); in PREFIX()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm22 my $boolean = qr/^[01]?\z/;
126 } elsif ($name =~ $boolean) {
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dboolean.t55 skip "perl $] does not support tracking boolean values", 1
74 skip "perl $] does not support tracking boolean values", 1
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp74 #define boolean bool macro
627 boolean sub_op = op == 1; in EmulateADDSUBImm()
628 boolean setflags = S == 1; in EmulateADDSUBImm()
709 boolean vector = (V == 1); in EmulateLDPSTP()
711 boolean is_signed = false; in EmulateLDPSTP()
712 boolean wback = a_mode != AddrMode_OFF; in EmulateLDPSTP()
713 boolean wb_unknown = false; in EmulateLDPSTP()
714 boolean rt_unknown = false; in EmulateLDPSTP()
1120 boolean iszero = (op == '0'); in EmulateCBZ()
/openbsd-src/lib/libcrypto/bytestring/
H A Dbs_cbs.c598 uint8_t boolean; in CBS_get_optional_asn1_bool() local
604 boolean = CBS_data(&child2)[0]; in CBS_get_optional_asn1_bool()
605 if (boolean == 0) in CBS_get_optional_asn1_bool()
607 else if (boolean == 0xff) in CBS_get_optional_asn1_bool()
/openbsd-src/lib/libssl/
H A Dbs_cbs.c598 uint8_t boolean; in CBS_get_optional_asn1_bool() local
604 boolean = CBS_data(&child2)[0]; in CBS_get_optional_asn1_bool()
605 if (boolean == 0) in CBS_get_optional_asn1_bool()
607 else if (boolean == 0xff) in CBS_get_optional_asn1_bool()

12345678910>>...14