Searched defs:Bool (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h58 #ifndef Bool
59 # define Bool int macro
H A Dstp_in.h48 #ifndef Bool
49 # define Bool int macro
162 Bool
210 STP_IN_enable_port (int port_index, Bool enable);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Duntic.c93 char **Bool; variable
112 Bool = boolnames;
125 Bool = boolcodes;
130 Bool = boolnames;
135 Bool = boolfnames;
203 (void) printf("\t%s,\n", Bool[i]);
/illumos-gate/usr/src/common/lzma/
H A DTypes.h89 typedef int Bool; typedef
/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h49 typedef unsigned char Bool; typedef
70 Bool recnoIsValid; /* True if lastRecno is valid */
71 Bool keyAsData; /* The OP_Column command works on key instead of data */
72 Bool atFirst; /* True if pointing to first entry */
73 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
74 Bool nullRow; /* True if pointing to a row with no data */
75 Bool nextRowidValid; /* True if the nextRowid field is valid */
76 Bool pseudoTable; /* This is a NEW or OLD pseudo-tables of a trigger */
77 Bool deferredMoveto; /* A call to sqliteBtreeMoveto() is needed */
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h46 typedef unsigned char Bool; typedef
53 #define True ((Bool)1)
54 #define False ((Bool)0)
242 Bool inUse[256];
281 BZ2_compressBlock ( EState*, Bool );
363 Bool blockRandomised;
372 Bool smallDecompress;
400 Bool inUse[256];
401 Bool inUse16[16];

Completed in 90 milliseconds