Searched defs:boolean (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h61 enum boolean { True, False }; enum
62 typedef enum boolean boolean_e;
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c57 char boolean[BOOLCOUNT]; variable
160 * Reset boolean[], number[], and string[].
167 boolean[i] = 0;
191 *arrayp = (void*) boolean;
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c250 ipp_configure_required_operations(papi_attribute_t ***list, char boolean) argument
259 boolean);
266 ipp_configure_all_operations(papi_attribute_t ***list, char boolean) argument
273 handlers[i].name, boolean);
282 char boolean = PAPI_FALSE; local
287 boolean = type_to_boolean(type);
290 result = ipp_configure_all_operations(list, boolean);
292 result = ipp_configure_required_operations(list, boolean);
295 operation, boolean);
312 char boolean local
[all...]
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c11 typedef int boolean; typedef
16 extern boolean l_onecase; /* true if upper and lower equivalent */
309 boolean _escaped; /* true if we are currently _escaped */
320 boolean matched; /* a temporary boolean */
H A Dvfontedpr.c17 #define boolean int macro
42 boolean isproc();
50 boolean incomm; /* in a comment of the primary type */
51 boolean instr; /* in a string constant */
52 boolean inchr; /* in a string constant */
53 boolean nokeyw = FALSE; /* no keywords being flagged */
54 boolean doindex = FALSE; /* form an index */
55 boolean twocol = FALSE; /* in two-column mode */
56 boolean filter = FALSE; /* act as a filter (like eqn) */
57 boolean pas
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c176 result->boolean = v->boolean;
321 char *name, char boolean)
325 v.boolean = boolean;
525 *vptr = value->boolean;
697 value->boolean = PAPI_TRUE;
700 value->boolean = PAPI_FALSE;
853 } else { /* boolean "[no]key" */
897 if (values[0]->boolean
320 papiAttributeListAddBoolean(papi_attribute_t ***list, int flags, char *name, char boolean) argument
[all...]
H A Dpapi.h77 enum { /* for boolean values */
101 char boolean; /* PAPI_BOOLEAN value */ member in union:__anon4313
267 int flags, char *name, char boolean);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c258 char boolean = PAPI_FALSE; local
271 "printer-is-accepting-jobs", &boolean);
280 if (boolean == PAPI_TRUE) {
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h36 typedef int boolean; typedef
71 extern boolean notouch;
122 extern boolean query;
123 extern boolean terse;
209 boolean *touchedfiles; /* which files we touched */
226 boolean persperdexplode(char *string, char **r_perd, char **r_pers);
238 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
245 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h154 #define boolean(v) ((((zzhack *)(&(v))))->zz_boolean) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h101 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; enum
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4935 enum boolean { True, False }; enum
4945 enum boolean lufs_tid_valid;

Completed in 104 milliseconds