Home | History | Annotate | Download | only in lib

Lines Matching full:true

30        - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
61 # undef true
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
100 enum { false = 0, true = 1 };
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool;
112 #define true 1