/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_res_util.c | 122 #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...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc.h | 35 #ifndef FALSE 36 #define FALSE (0 != 0) /* Boolean False */ macro 39 #define TRUE (!FALSE) /* Boolean True */
|
H A D | fbc_Option.c | 268 * Return the actual or implied value of the Option as TRUE or FALSE. 284 { "false", FALSE }, /* Preferred Boolean keyword */ 286 { "off", FALSE }, 288 { "no", FALSE }, 290 { "0", FALSE }, 293 { NULL, FALSE } /* End of table */ 304 * Retrieve the Option value string, else return FALSE 319 return (FALSE); /* No active section */ 323 return (FALSE); /* Option not found in section */ 329 value = FALSE; /* Accep [all...] |
H A D | fbc_ask.c | 64 reply = FALSE;
|
/solaris-x11-s11/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 93 static Bool debug = FALSE; 123 return FALSE; 135 return FALSE; 142 return FALSE; 152 return FALSE; 163 return FALSE; 179 Bool done = FALSE; 220 return FALSE; 227 return FALSE; 236 return FALSE; [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Template.c | 36 /* class_inited */ FALSE, 48 /* visible_interest */ FALSE,
|
H A D | Xaw3_1Sme.c | 68 /* Class init'ed */ FALSE, 77 /* compress_motion */ FALSE, 78 /* compress_exposure */ FALSE, 79 /* compress_enterleave*/ FALSE, 80 /* visible_interest */ FALSE,
|
H A D | Xaw3_1Vendor.c | 75 /* Class init'ed ? */ FALSE, 84 /* compress_motion */ FALSE, 86 /* compress_enterleave*/ FALSE, 87 /* visible_interest */ FALSE, 144 return FALSE;
|
H A D | Xaw3_1AsciiText.c | 70 /* class_inited */ FALSE, 82 /* visible_interest */ FALSE, 178 /* class_inited */ FALSE, 190 /* visible_interest */ FALSE, 234 /* class_inited */ FALSE, 246 /* visible_interest */ FALSE,
|
H A D | Xaw3_1SmeLine.c | 76 /* Class init'ed */ FALSE, 85 /* compress_motion */ FALSE, 86 /* compress_exposure */ FALSE, 87 /* compress_enterleave*/ FALSE, 88 /* visible_interest */ FALSE, 182 values.graphics_exposures = FALSE; 264 return(FALSE);
|
H A D | Xaw3_1Box.c | 83 /* class_inited */ FALSE, 95 /* visible_interest */ FALSE, 316 &preferred_width, &preferred_height, FALSE); 329 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE); 336 &preferred_width, &preferred_height, FALSE); 339 DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE); 389 &preferred_width, &preferred_height, FALSE ); 416 &preferred_width, &preferred_height, FALSE ); 421 return (FALSE); 442 &preferred_width, &preferred_height, FALSE); [all...] |
H A D | Xaw3_1Grip.c | 71 /* class_inited */ FALSE, 83 /* visible_interest */ FALSE,
|
H A D | Xaw3_1TextSrc.c | 70 /* class_inited */ FALSE, 79 /* compress_motion */ FALSE, 80 /* compress_exposure */ FALSE, 81 /* compress_enterleave */ FALSE, 82 /* visible_interest */ FALSE, 260 return(FALSE);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Template.c | 61 /* class_inited */ FALSE, 73 /* visible_interest */ FALSE,
|
H A D | Vendor.c | 102 /* allows_change_managed_set */ FALSE 113 /* Class init'ed ? */ FALSE, 122 /* compress_motion */ FALSE, 124 /* compress_enterleave*/ FALSE, 125 /* visible_interest */ FALSE, 177 XtRImmediate, (XtPointer)FALSE} 193 /* Class init'ed ? */ FALSE, 202 /* pad */ FALSE, 203 /* pad */ FALSE, 204 /* pad */ FALSE, [all...] |
H A D | Sme.c | 51 offset(international), XtRImmediate, (XtPointer) FALSE}, 72 /* Class init'ed */ FALSE, 81 /* compress_motion */ FALSE, 82 /* compress_exposure */ FALSE, 83 /* compress_enterleave*/ FALSE, 84 /* visible_interest */ FALSE,
|
H A D | SmeLine.c | 78 /* Class init'ed */ FALSE, 87 /* compress_motion */ FALSE, 88 /* compress_exposure */ FALSE, 89 /* compress_enterleave*/ FALSE, 90 /* visible_interest */ FALSE, 167 values.graphics_exposures = FALSE; 252 return(FALSE);
|
H A D | Grip.c | 93 /* class_inited */ FALSE, 105 /* visible_interest */ FALSE,
|
H A D | AsciiText.c | 94 /* class_inited */ FALSE, 106 /* visible_interest */ FALSE, 229 /* class_inited */ FALSE, 241 /* visible_interest */ FALSE, 285 /* class_inited */ FALSE, 297 /* visible_interest */ FALSE,
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/hw/xfree86/dixmods/ |
H A D | tsolmodule.c | 65 LoadExtension(&xtsolExt, FALSE);
|
H A D | iamodule.c | 69 LoadExtension(&IAExt, FALSE);
|
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/ |
H A D | hotkey.c | 100 return FALSE; 114 return FALSE; 120 return FALSE; 158 return FALSE; 166 return FALSE; 212 xf86PostKeyboardEvent(pInfo->dev, keycode, FALSE); 256 device->public.on = FALSE; 287 device->public.on = FALSE; 321 static Bool Initialised = FALSE;
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Input.c | 84 int has_ident = FALSE; 176 return (FALSE); 183 return (FALSE);
|
H A D | Configint.h | 86 #ifndef FALSE 87 #define FALSE 0 macro
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolutils.c | 65 Bool system_audit_on = FALSE; 66 Bool priv_win_colormap = FALSE; 67 Bool priv_win_config = FALSE; 68 Bool priv_win_devices = FALSE; 69 Bool priv_win_dga = FALSE; 70 Bool priv_win_fontpath = FALSE; 84 static TsolPolyAtomRec tsolpolyprop = {FALSE, 0, 0, NULL}; 425 system_audit_on = FALSE; 714 return (FALSE); 720 return (FALSE); [all...] |