HomeSort by: relevance | last modified time | path
    Searched refs:boolean (Results 1 - 25 of 175) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.sbin/bootp/common/
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 *);
bptypes.h 23 typedef int boolean; typedef
  /src/external/mit/libcbor/dist/docs/doxygen/search/
variables_2.js 3 ['boolean',['boolean',['../structcbor__callbacks.html#a458321ece8c64be2c37b96f78bbdfb8c',1,'cbor_callbacks']]],
all_2.js 3 ['boolean',['boolean',['../structcbor__callbacks.html#a458321ece8c64be2c37b96f78bbdfb8c',1,'cbor_callbacks']]],
  /src/games/rogue/
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...]
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)
149 boolean left = 0, right = 0;
210 gr_ring(object *ring, boolean assign_wk)
276 ring_stats(boolean pr)
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
    [all...]
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
    [all...]
message.c 64 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)
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)));
226 r_read(fp, is_wood, (WANDS * sizeof(boolean)));
275 read_pack(object *pack, FILE *fp, boolean is_rogue)
303 rw_dungeon(FILE *fp, boolean rw)
326 rw_id(struct id id_table[], FILE *fp, int n, boolean wr
    [all...]
  /src/games/hack/
def.eshk.h 77 boolean following; /* following customer since he owes us sth */
config.h 186 typedef xchar boolean; /* 0 or 1 */ typedef
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat-mig.h 20 #include <mach/boolean.h>
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat-mig.h 20 #include <mach/boolean.h>
  /src/tests/usr.bin/xlint/lint1/
expr_promote.c 13 _Bool boolean; member in struct:arithmetic_types
41 arg->boolean, /* should get promoted to 'int' */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
type-tick-size.exp 31 foreach type {boolean color simple small_int} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
type-tick-size.exp 31 foreach type {boolean color simple small_int} {
  /src/lib/libc/citrus/
citrus_prop.h 48 _CITRUS_PROP_CB0_T(boolean, int)
68 _CITRUS_PROP_CB_T_OPS(boolean);
76 { name, _CITRUS_PROP_BOOL, { .boolean = { cb } } }
  /src/external/mit/isl/dist/
isl_test_cpp-checked.cc 29 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(false).is_false())
    [all...]
  /src/usr.bin/tip/
tipout.c 83 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))) {
cmds.c 171 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(value(RAWFTP)))
    [all...]
  /src/external/bsd/nsd/dist/
configparser.y 62 %type <bln> boolean
294 | VAR_IP_TRANSPARENT boolean
296 | VAR_IP_FREEBIND boolean
318 | VAR_DEBUG_MODE boolean
320 | VAR_USE_SYSTEMD boolean
322 | VAR_HIDE_VERSION boolean
324 | VAR_HIDE_IDENTITY boolean
326 | VAR_DROP_UPDATES boolean
328 | VAR_IP4_ONLY boolean
330 | VAR_IP6_ONLY boolean
1320 boolean: label
    [all...]
  /src/usr.bin/tip/aculib/
courier.c 69 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)))
t3000.c 66 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)))
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_type.c 36 a->value.boolean = value ? 0xff : 0;
75 result = a->value.boolean - b->value.boolean;

Completed in 36 milliseconds

1 2 3 4 5 6 7