Searched defs:FALSE (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc.h35 #ifndef FALSE
36 #define FALSE (0 != 0) /* Boolean False */ macro
39 #define TRUE (!FALSE) /* Boolean True */
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripChart.c81 /* class_inited */ FALSE,
94 /* visible_interest */ FALSE,
357 * blit - blit the bits? (TRUE/FALSE).
411 FALSE); local
429 Boolean ret_val = FALSE;
H A DXaw3_1Scrollbar.c129 /* class_inited */ FALSE,
141 /* visible_interest */ FALSE,
240 length, w->core.height-2, FALSE); local
243 top, w->core.width-2, length, FALSE); local
405 Boolean redraw = FALSE;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripChart.c96 /* class_inited */ FALSE,
109 /* visible_interest */ FALSE,
372 * blit - blit the bits? (TRUE/FALSE).
428 FALSE); local
448 Boolean ret_val = FALSE;
H A DScrollbar.c149 /* class_inited */ FALSE,
161 /* visible_interest */ FALSE,
261 length, w->core.height-2, FALSE); local
264 top, w->core.width-2, length, FALSE); local
433 Boolean redraw = FALSE;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DConfigint.h86 #ifndef FALSE
87 #define FALSE 0 macro
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c122 #define FALSE 0 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 : FALSE;
325 vidtiming->Fint = FALSE ; /* Default
[all...]

Completed in 29 milliseconds