Searched defs:Boolean (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h43 #define Boolean char macro
146 extern Boolean handleeuc; /* TRUE iff -w or -e option is specified. */
147 extern Boolean widecio; /* TRUE iff -w option is specified. */
197 extern Boolean *nullstr;
222 extern Boolean *cpackflg; /* true if state has been character packed */
225 extern Boolean symbol[MAXNCG];
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h70 // A Boolean 'primitive type' with values TRUE and FALSE
80 class Boolean { class
84 inline Boolean(aud_bool_t x = FALSE): value(x) // Constructor function in class:Boolean
86 inline Boolean(int x) // Constructor from int function in class:Boolean
88 inline Boolean operator=(int x) // Assignment from int
92 inline Boolean operator!() // Logical not
120 inline Boolean Readable() const // TRUE if readable
122 inline Boolean Writeable() const // TRUE if writeable
124 inline Boolean Append() const // TRUE if append only
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h119 } Boolean; typedef in typeref:enum:__anon1663
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c116 typedef enum {B_FALSE=0, B_TRUE} Boolean; typedef in typeref:enum:__anon4053
137 Boolean lambda; /* True if NT and can generate an empty string */
161 Boolean canReduce; /* True if this rule is ever reduced */
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h52 } Boolean; typedef in typeref:enum:__anon21
217 Boolean free_after_use:1;
257 Boolean equaln(wchar_t * str, unsigned length);
258 Boolean equal(wchar_t * str);
259 Boolean equal(wchar_t * str, unsigned off);
260 Boolean equal(wchar_t * str, unsigned off, unsigned length);
262 Boolean equaln(Wstring * str, unsigned length);
263 Boolean equal(Wstring * str);
264 Boolean equal(Wstring * str, unsigned off);
265 Boolean equa
[all...]

Completed in 76 milliseconds