Searched defs:TRUE (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc.h38 #ifndef TRUE
39 #define TRUE (!FALSE) /* Boolean True */ macro
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MenuButton.c109 TRUE, /* compress_exposure */
110 TRUE, /* compress_enterleave */
162 TRUE, ButtonPressMask|ButtonReleaseMask, local
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DConfigint.h82 #ifndef TRUE
83 #define TRUE 1 macro
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c120 #ifndef TRUE
121 #define TRUE 1 macro
228 (!strncasecmp(ap->value, yes , 3)) ? TRUE : FALSE;
232 (!strncasecmp(ap->value, yes , 3)) ? TRUE : FALSE;
236 (!strncasecmp(ap->value, yes , 3)) ? TRUE : FALSE;
240 (!strncasecmp(ap->value, "sep", 3)) ? TRUE : FALSE;
244 (!strncasecmp(ap->value, yes , 3)) ? TRUE : FALSE;
248 (!strncasecmp(ap->value, "pos", 3)) ? TRUE : FALSE;
252 (!strncasecmp(ap->value, "pos", 3)) ? TRUE : FALSE;
256 (!strncasecmp(ap->value, "pos", 3)) ? TRUE
[all...]

Completed in 15 milliseconds