Searched refs:boolean (Results 1 - 25 of 172) sorted by relevance

1234567

/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.h8 extern boolean hwlookcmp(hash_datum *, hash_datum *);
9 extern boolean iplookcmp(hash_datum *, hash_datum *);
10 extern boolean nmcmp(hash_datum *, hash_datum *);
H A Dbptypes.h23 typedef int boolean; typedef
/netbsd-current/games/rogue/
H A Drogue.h48 #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 Dring.c68 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)
149 boolean left = 0, right = 0;
210 gr_ring(object *ring, boolean assign_wk)
276 ring_stats(boolean pr)
H A Dmove.c59 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_mis
[all...]
H A Dinit.c63 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_blan
[all...]
H A Dmessage.c64 static boolean rmsg = 0;
66 boolean msg_cleared = 1;
74 message(const char *msg, boolean intrpt)
111 messagef(boolean intrpt, const char *fmt, ...)
155 boolean add_blank, boolean do_echo)
246 boolean label;
353 boolean
360 r_index(const char *str, int ch, boolean last)
H A Dsave.c59 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)));
218 r_read(fp, is_wood, (WANDS * sizeof(boolean)));
267 read_pack(object *pack, FILE *fp, boolean is_rogue)
295 rw_dungeon(FILE *fp, boolean rw)
318 rw_id(struct id id_table[], FILE *fp, int n, boolean w
[all...]
/netbsd-current/games/hack/
H A Ddef.eshk.h77 boolean following; /* following customer since he owes us sth */
H A Dconfig.h186 typedef xchar boolean; /* 0 or 1 */ typedef
H A Dhack.Decl.c75 boolean in_mklev, restoring;
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dcommandline.h27 #include <isc/boolean.h>
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-nat-mig.h20 #include <mach/boolean.h>
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-nat-mig.h20 #include <mach/boolean.h>
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dexpr_promote.c13 _Bool boolean; member in struct:arithmetic_types
41 arg->boolean, /* gets promoted to 'int' */
/netbsd-current/lib/libc/citrus/
H A Dcitrus_prop.h48 _CITRUS_PROP_CB0_T(boolean, int)
68 _CITRUS_PROP_CB_T_OPS(boolean);
76 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp-checked.cc29 static void assert_impl(isl::boolean condition, const char *file, int line,
51 * We check in detail the following parts of the isl::boolean class:
53 * are called on a true, false, or error instance of isl::boolean,
67 isl::boolean b_true = empty.is_empty();
68 isl::boolean b_false = univ.is_empty();
69 isl::boolean b_error = null.is_empty();
92 assert(isl::boolean(true).is_true());
93 assert(!isl::boolean(true).is_false());
94 assert(!isl::boolean(true).is_error());
96 assert(isl::boolean(fals
[all...]
/netbsd-current/usr.bin/tip/
H A Dtipout.c83 if (boolean(value(SCRIPT)) && fscript != NULL)
104 if (boolean(value(SCRIPT)) && fscript != NULL)
113 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
175 if (boolean(value(SCRIPT)) && fscript != NULL) {
176 if (!boolean(value(BEAUTIFY))) {
H A Dcmds.c171 if (c == '\n' && boolean(value(VERBOSE)))
185 if (boolean(value(VERBOSE)))
279 if (!boolean(value(ECHOCHECK)))
305 if (boolean(value(ECHOCHECK)))
324 if (c == 0177 && !boolean(value(RAWFTP)))
329 if (!boolean(value(RAWFTP)))
333 if (!boolean(value(RAWFTP))) {
334 if (boolean(value(TABEXPAND))) {
342 if (!boolean(value(RAWFTP)))
346 } while (c != '\r' && !boolean(valu
[all...]
/netbsd-current/usr.bin/tip/aculib/
H A Dcourier.c69 if (boolean(value(VERBOSE)))
86 if (boolean(value(VERBOSE)))
158 if (boolean(value(VERBOSE)))
163 if (boolean(value(VERBOSE)))
214 boolean(value(VERBOSE))) {
234 if (boolean(value(VERBOSE)))
243 if (boolean(value(VERBOSE)))
303 if (boolean(value(VERBOSE)))
H A Dt3000.c66 if (boolean(value(VERBOSE)))
83 if (boolean(value(VERBOSE)))
152 if (boolean(value(VERBOSE)))
157 if (boolean(value(VERBOSE)))
222 boolean(value(VERBOSE))) {
242 if (boolean(value(VERBOSE)))
251 if (boolean(value(VERBOSE)))
314 if (boolean(value(VERBOSE)))
/netbsd-current/external/bsd/nsd/dist/
H A Dconfigparser.y60 %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
1135 boolean: label
[all...]
/netbsd-current/external/mit/libcbor/dist/examples/
H A Dcjson2cbor.c37 .boolean = &cbor_builder_boolean_callback,
59 callbacks->boolean(context, false);
63 callbacks->boolean(context, true);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_type.c36 a->value.boolean = value ? 0xff : 0;
75 result = a->value.boolean - b->value.boolean;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_type.c36 a->value.boolean = value ? 0xff : 0;
75 result = a->value.boolean - b->value.boolean;

Completed in 318 milliseconds

1234567