/src/usr.sbin/bootp/common/ |
bptypes.h | 23 typedef int boolean; typedef in typeref:typename:int
|
/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/games/hack/ |
config.h | 186 typedef xchar boolean; /* 0 or 1 */ typedef in typeref:typename:xchar
|
/src/lib/libc/citrus/ |
citrus_prop.c | 56 bool boolean; member in union:__anon96eb4fd00108::__anon96eb4fd0020a 233 obj->u.boolean = true; 242 obj->u.boolean = false; 415 CALL0(boolean);
|
/src/usr.bin/tip/ |
tip.h | 154 #define boolean(v) ((short)(intptr_t)(v)) macro
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/ |
flask_op.h | 90 /* IN/OUT: numeric identifier for boolean [GET/SET] 93 /* OUT: current enforcing value of boolean [GET/SET] */ 95 /* OUT: pending value of boolean [GET/SET] */ 97 /* IN: new value of boolean [SET] */ 101 /* IN: size of boolean name buffer [GET/SET] 104 /* IN: if bool_id is -1, used to find boolean [GET/SET] 105 * OUT: textual name of boolean [GET only] 202 struct xen_flask_boolean boolean; member in union:xen_flask_op::__anon3d926b27020a
|
/src/sys/dev/scsipi/ |
scsipiconf.h | 53 typedef int boolean; typedef in typeref:typename:int 647 boolean removable;
|
/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...] |