/netbsd-src/games/rogue/ |
H A D | rogue.h | 48 #define boolean char macro 457 void add_exp(int, boolean); 464 boolean can_move(int, int, int, int); 466 boolean check_imitator(object *); 476 void do_put_on(object *, boolean); 480 void dr_course(object *, boolean, short, short); 487 void fight(boolean); 488 boolean flame_broil(object *); 492 int get_damage(const char *, boolean); 496 void get_food(object *, boolean); [all …]
|
H A D | move.c | 59 boolean jump = 0; 62 static boolean can_turn(short, short); 63 static boolean check_hunger(boolean); 66 static boolean next_to_something(int, int); 67 static void turn_passage(short, boolean); 228 boolean 241 static boolean 302 boolean 323 boolean first_miss = 1; in move_onto() 338 boolean [all …]
|
H A D | init.c | 63 static void env_get_value(char **, char *, boolean); 68 static boolean init_curses = 0; 72 boolean cant_int = 0; 73 boolean did_int = 0; 74 boolean score_only; 75 boolean save_is_interactive = 1; 76 boolean ask_quit = 1; 77 boolean no_skull = 0; 78 boolean passgo = 0; 329 env_get_value(char **s, char *e, boolean add_blank) in env_get_value()
|
H A D | ring.c | 68 boolean r_teleport; 69 boolean r_see_invisible; 70 boolean sustain_strength; 71 boolean maintain_armor; 135 do_put_on(object *ring, boolean on_left) in do_put_on() 149 boolean left = 0, right = 0; in remove_ring() 210 gr_ring(object *ring, boolean assign_wk) in gr_ring() 276 ring_stats(boolean pr) in ring_stats()
|
H A D | message.c | 64 static boolean rmsg = 0; 66 boolean msg_cleared = 1; 74 message(const char *msg, boolean intrpt) in message() 111 messagef(boolean intrpt, const char *fmt, ...) in messagef() 155 boolean add_blank, boolean do_echo) in get_input_line() 246 boolean label; in print_stats() 353 boolean 360 r_index(const char *str, int ch, boolean last) in r_index()
|
H A D | save.c | 59 static boolean has_been_touched(const struct rogue_time *, 63 static void read_pack(object *, FILE *, boolean); 65 static void rw_dungeon(FILE *, boolean); 66 static void rw_id(struct id *, FILE *, int, boolean); 67 static void rw_rooms(FILE *, boolean); 146 r_write(fp, is_wood, (WANDS * sizeof(boolean))); in save_into_file() 218 r_read(fp, is_wood, (WANDS * sizeof(boolean))); in restore() 267 read_pack(object *pack, FILE *fp, boolean is_rogue) in read_pack() 295 rw_dungeon(FILE *fp, boolean rw) in rw_dungeon() 318 rw_id(struct id id_table[], FILE *fp, int n, boolean wr) in rw_id() [all …]
|
H A D | spec_hit.c | 63 static boolean gold_at(short, short); 67 static boolean try_to_cough(short, short, object *); 70 boolean being_held; 181 boolean has_something = 0; in steal_item() 289 static boolean 308 boolean 340 static boolean 360 boolean 376 boolean 461 boolean [all …]
|
/netbsd-src/external/mpl/bind/dist/doc/misc/ |
H A D | options | 4 inet ( <ipv4_address> | <ipv6_address> | * ) [ port ( <integer> | * ) ] allow { <address_match_element>; ... } [ keys { <string>; ... } ] [ read-only <boolean> ]; // may occur multiple times 5 unix <quoted_string> perm <integer> owner <integer> group <integer> [ keys { <string>; ... } ] [ read-only <boolean> ]; // may occur multiple times 10 search <boolean>; 14 cdnskey <boolean>; 17 inline-signing <boolean>; 20 nsec3param [ iterations <integer> ] [ optout <boolean> ] [ salt-length <integer> ]; 21 offline-ksk <boolean>; 55 buffered <boolean>; 58 print-category <boolean>; 59 print-severity <boolean>; [all...] |
H A D | secondary.zoneopt | 10 checkds ( explicit | <boolean> ); 12 dialup ( notify | notify-passive | passive | refresh | <boolean> ); // deprecated 15 dnssec-dnskey-kskonly <boolean>; // obsolete 22 inline-signing <boolean>; 23 ixfr-from-differences <boolean>; 41 multi-master <boolean>; 42 notify ( explicit | master-only | primary-only | <boolean> ); 46 notify-to-soa <boolean>; 47 nsec3-test-zone <boolean>; // test only 52 request-expire <boolean>; [all...] |
H A D | primary.zoneopt | 9 check-integrity <boolean>; 13 check-sibling <boolean>; 16 check-svcb <boolean>; 17 check-wildcard <boolean>; 18 checkds ( explicit | <boolean> ); 20 dialup ( notify | notify-passive | passive | refresh | <boolean> ); // deprecated 23 dnssec-dnskey-kskonly <boolean>; // obsolete 26 dnssec-secure-to-insecure <boolean>; // obsolete 31 inline-signing <boolean>; 32 ixfr-from-differences <boolean>; [all...] |
H A D | mirror.zoneopt | 12 ixfr-from-differences <boolean>; 29 multi-master <boolean>; 30 notify ( explicit | master-only | primary-only | <boolean> ); 35 request-expire <boolean>; 36 request-ixfr <boolean>; 39 try-tcp-refresh <boolean>; 40 zero-no-soa-ttl <boolean>; 41 zone-statistics ( full | terse | none | <boolean> );
|
H A D | stub.zoneopt | 7 dialup ( notify | notify-passive | passive | refresh | <boolean> ); // deprecated 22 multi-master <boolean>; 26 zone-statistics ( full | terse | none | <boolean> );
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test_cpp-checked.cc | 29 static void assert_impl(isl::boolean condition, const char *file, int line, in assert_impl() 67 isl::boolean b_true = empty.is_empty(); in test_return_bool() 68 isl::boolean b_false = univ.is_empty(); in test_return_bool() 69 isl::boolean b_error = null.is_empty(); in test_return_bool() 92 assert(isl::boolean(true).is_true()); in test_return_bool() 93 assert(!isl::boolean(true).is_false()); in test_return_bool() 94 assert(!isl::boolean(true).is_error()); in test_return_bool() 96 assert(isl::boolean(false).is_false()); in test_return_bool() 97 assert(!isl::boolean(false).is_true()); in test_return_bool() 98 assert(!isl::boolean(false).is_error()); in test_return_bool() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | dc-stupid | 29 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x38000000:0 31 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x3c000000:0 36 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x98000000:0 38 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x90000000:0 40 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x80000000:0 44 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 45 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256 50 #array,boolean: 10:11:10:11:L: 0xfc000000:0x2c000000:0 55 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 57 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256
|
H A D | dc-complex | 29 array,boolean: 11:15:11:15:RA: 0xfc000000:0x38000000:0 31 array,boolean: 11:15:11:15:RA: 0xfc000000:0x3c000000:0 36 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x98000000:0 38 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x90000000:0 40 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x80000000:0 44 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 45 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256 55 array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 57 array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | dc-stupid | 29 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x38000000:0 31 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x3c000000:0 36 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x98000000:0 38 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x90000000:0 40 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x80000000:0 44 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 45 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256 50 #array,boolean: 10:11:10:11:L: 0xfc000000:0x2c000000:0 55 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 57 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256
|
H A D | dc-complex | 29 array,boolean: 11:15:11:15:RA: 0xfc000000:0x38000000:0 31 array,boolean: 11:15:11:15:RA: 0xfc000000:0x3c000000:0 36 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x98000000:0 38 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x90000000:0 40 #array,boolean: 11:15:11:15:RA: 0xfc000000:0x80000000:0 44 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 45 #array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256 55 array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0003a6:256 57 array,boolean: 11:20:11:20:SPR: 0xfc0007ff:0x7c0002a6:256
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | configparser.y | 60 %type <bln> boolean 273 | VAR_IP_TRANSPARENT boolean 275 | VAR_IP_FREEBIND boolean 281 | VAR_DEBUG_MODE boolean 283 | VAR_USE_SYSTEMD boolean 285 | VAR_HIDE_VERSION boolean 287 | VAR_HIDE_IDENTITY boolean 289 | VAR_DROP_UPDATES boolean 291 | VAR_IP4_ONLY boolean 293 | VAR_IP6_ONLY boolean [all …]
|
/netbsd-src/external/mit/isl/dist/cpp/ |
H A D | cpp-checked.h.top | 41 /* Class used to check that isl::checked::boolean, 51 class boolean { 56 friend boolean manage(isl_bool val); 57 boolean(isl_bool val): val(val) {} 59 static boolean error() { 60 return boolean(isl_bool_error); 62 boolean() 65 /* implicit */ boolean(bool val) 85 boolean negate() { 93 boolean operator!() const { [all …]
|
/netbsd-src/usr.bin/tip/ |
H A D | cmds.c | 171 if (c == '\n' && boolean(value(VERBOSE))) in transfer() 185 if (boolean(value(VERBOSE))) in transfer() 279 if (!boolean(value(ECHOCHECK))) in sendfile() 305 if (boolean(value(ECHOCHECK))) in transmit() 324 if (c == 0177 && !boolean(value(RAWFTP))) in transmit() 329 if (!boolean(value(RAWFTP))) in transmit() 333 if (!boolean(value(RAWFTP))) { in transmit() 334 if (boolean(value(TABEXPAND))) { in transmit() 342 if (!boolean(value(RAWFTP))) in transmit() 346 } while (c != '\r' && !boolean(value(RAWFTP))); in transmit() [all …]
|
H A D | tipout.c | 83 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT() 104 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM() 113 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY))); in intSYS() 175 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout() 176 if (!boolean(value(BEAUTIFY))) { in tipout()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | cpp-checked.h | 51 class boolean { 56 friend boolean manage(isl_bool val); 57 boolean(isl_bool val): val(val) {} in boolean() function 59 static boolean error() { in error() 60 return boolean(isl_bool_error); in error() 62 boolean() in boolean() function 65 /* implicit */ boolean(bool val) in boolean() function 85 boolean negate() { in negate() 93 boolean operator!() const { 94 return boolean(*this).negate(); [all …]
|
/netbsd-src/usr.bin/tip/aculib/ |
H A D | courier.c | 69 if (boolean(value(VERBOSE))) in cour_dialer() 86 if (boolean(value(VERBOSE))) in cour_dialer() 158 if (boolean(value(VERBOSE))) in cour_swallow() 163 if (boolean(value(VERBOSE))) in cour_swallow() 214 boolean(value(VERBOSE))) { in cour_connect() 234 if (boolean(value(VERBOSE))) in cour_connect() 243 if (boolean(value(VERBOSE))) in cour_connect() 303 if (boolean(value(VERBOSE))) in cour_write()
|
H A D | t3000.c | 66 if (boolean(value(VERBOSE))) in t3000_dialer() 83 if (boolean(value(VERBOSE))) in t3000_dialer() 152 if (boolean(value(VERBOSE))) in t3000_swallow() 157 if (boolean(value(VERBOSE))) in t3000_swallow() 222 boolean(value(VERBOSE))) { in t3000_connect() 242 if (boolean(value(VERBOSE))) in t3000_connect() 251 if (boolean(value(VERBOSE))) in t3000_connect() 314 if (boolean(value(VERBOSE))) in t3000_write()
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | readfile.h | 8 extern boolean hwlookcmp(hash_datum *, hash_datum *); 9 extern boolean iplookcmp(hash_datum *, hash_datum *); 10 extern boolean nmcmp(hash_datum *, hash_datum *);
|