Searched refs:TRUE (Results 1 - 25 of 101) sorted by relevance

12345

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Template.c45 /* compress_motion */ TRUE,
46 /* compress_exposure */ TRUE,
47 /* compress_enterleave */ TRUE,
H A DXaw3_1AsciiText.c79 /* compress_motion */ TRUE,
81 /* compress_enterleave*/ TRUE,
187 /* compress_motion */ TRUE,
189 /* compress_enterleave*/ TRUE,
243 /* compress_motion */ TRUE,
245 /* compress_enterleave*/ TRUE,
H A DXaw3_1Grip.c80 /* compress_motion */ TRUE,
81 /* compress_exposure */ TRUE,
82 /* compress_enterleave*/ TRUE,
H A DXaw3_1TextPop.c250 * Returns: TRUE if the insert was sucessful, FALSE otherwise.
287 return(TRUE);
312 XtSetArg(args[num_args], XtNresizable, TRUE ); num_args++;
322 XtSetArg(args[num_args], XtNresizable, TRUE); num_args++;
394 popdown = TRUE;
568 SetResource(search->left_toggle, XtNstate, (XtArgVal) TRUE);
571 SetResource(search->right_toggle, XtNstate, (XtArgVal) TRUE);
600 XtSetArg(args[num_args], XtNresizable, TRUE ); num_args++;
609 XtSetArg(args[num_args], XtNresizable, TRUE ); num_args++;
664 XtSetArg(args[num_args], XtNresizable, TRUE); num_arg
[all...]
H A DXaw3_1Logo.c60 /* compress_motion */ TRUE,
61 /* compress_exposure */ TRUE,
62 /* compress_enterleave */ TRUE,
153 redisplay = TRUE;
H A DXaw3_1TextAction.c143 XawstPositions, XawsdRight, text.length, TRUE);
209 XawstPositions, XawsdRight, text.length, TRUE);
301 Move((TextWidget) w, event, XawsdRight, XawstPositions, TRUE);
309 Move((TextWidget) w, event, XawsdLeft, XawstPositions, TRUE);
414 Move((TextWidget) w, event, XawsdLeft, XawstAll, TRUE);
422 Move((TextWidget) w, event, XawsdRight, XawstAll, TRUE);
517 ctx->text.showposition = TRUE;
551 DeleteOrKill((TextWidget) w, event, XawsdRight, XawstPositions, TRUE, FALSE);
559 DeleteOrKill((TextWidget) w, event, XawsdLeft, XawstPositions, TRUE, FALSE);
586 XawsdRight, XawstWhiteSpace, FALSE, TRUE);
[all...]
H A DXaw3_1Mailbox.c136 /* compress_motion */ TRUE,
137 /* compress_exposure */ TRUE,
138 /* compress_enterleave */ TRUE,
249 check_mailbox (w, TRUE, FALSE); /* redraw, no reset */
268 check_mailbox (w, TRUE, TRUE); /* redraw, reset */
287 check_mailbox (w, TRUE, FALSE); /* redraw, no reset */
429 check_mailbox (w, TRUE, FALSE);
477 force_redraw = TRUE;
480 if (w->mailbox.last_size > 0) force_redraw = TRUE; /* i
[all...]
H A DXaw3_1AsciiSrc.c71 offset(data_compression), XtRImmediate, (XtPointer) TRUE},
206 src->ascii_src.use_string_in_place = TRUE;
280 src->ascii_src.changes = TRUE; /* We have changed the buffer. */
452 Boolean non_space = FALSE, first_eol = TRUE;
453 while (TRUE) {
465 non_space = TRUE;
481 first_eol = TRUE;
559 while (TRUE) {
635 src->ascii_src.allocated_string = TRUE;
650 total_reset = TRUE;
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTemplate.c70 /* compress_motion */ TRUE,
71 /* compress_exposure */ TRUE,
72 /* compress_enterleave */ TRUE,
H A DGrip.c102 /* compress_motion */ TRUE,
103 /* compress_exposure */ TRUE,
104 /* compress_enterleave*/ TRUE,
H A DAsciiText.c103 /* compress_motion */ TRUE,
105 /* compress_enterleave*/ TRUE,
238 /* compress_motion */ TRUE,
240 /* compress_enterleave*/ TRUE,
294 /* compress_motion */ TRUE,
296 /* compress_enterleave*/ TRUE,
H A DPanner.c91 poff(resize_to_pref), XtRImmediate, (XtPointer) TRUE },
154 /* compress_motion */ TRUE,
155 /* compress_exposure */ TRUE,
156 /* compress_enterleave */ TRUE,
321 pw->panner.shadow_valid = TRUE;
351 if (!pw->panner.allow_off) check_knob (pw, TRUE);
373 scale_knob (pw, TRUE, TRUE);
398 return TRUE;
404 return TRUE;
[all...]
H A DSimple.c95 /* compress_motion */ TRUE,
96 /* compress_exposure */ TRUE,
97 /* compress_enterleave */ TRUE,
258 new_cursor = TRUE;
269 new_cursor = TRUE;
/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
H A Dfbc_ask.c42 * and return TRUE iff the reply seems to be in the affirmative.
52 int reply; /* TRUE => Affirmative response */
89 reply = TRUE;
H A Dfbc_res.c52 * Return TRUE iff the video mode/resolution name contains a case
84 return (TRUE);
97 * Return TRUE iff the mode/resolution name has a case-insensitive
122 * Return TRUE iff the mode/resolution name indicates stereo video
141 * Return TRUE iff the mode/resolution name indicates digital video
278 * Set footnote[0] to TRUE iff a video mode is displayed that is not
341 footnote[0] = TRUE; /* Mode not fully supported */
350 footnote[note_num] = TRUE;
354 footnote[note_num + 1] = TRUE;
402 int footnote[FBC_MAX_NOTES+1]; /* TRUE
[all...]
H A Dfbc_Option.c268 * Return the actual or implied value of the Option as TRUE or FALSE.
285 { "true", TRUE }, /* Preferred Boolean keyword */
287 { "on", TRUE },
289 { "yes", TRUE },
291 { "1", TRUE },
292 { "", TRUE }, /* Omitted argument or empty string */
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c194 done = TRUE;
230 return TRUE;
266 printf("\topen = %s\n", "TRUE");
327 return TRUE;
383 Bool ret = TRUE;
402 discard = TRUE;
425 if (strncmp(&buf[sizeof ("\topen = ") - 1], "'TRUE'",
426 sizeof ("'TRUE'") - 1) == 0)
427 ck_sessions[session_num].open = TRUE;
562 return TRUE;
[all...]
/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...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c85 static TsolPolyAtomRec tsolpolyseln = {TRUE, 0, 0, NULL};
424 if (cannot_audit(TRUE))
427 system_audit_on = TRUE;
550 hk->initialized = TRUE;
600 priv_win_colormap = TRUE;
602 priv_win_config = TRUE;
604 priv_win_devices = TRUE;
606 priv_win_fontpath = TRUE;
608 priv_win_dga = TRUE;
666 if (MakeAtom(tsolatomnames[i], strlen(tsolatomnames[i]), TRUE)
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DInput.c98 if (has_ident == TRUE)
101 has_ident = TRUE;
187 return (TRUE);
H A DVendor.c96 if (has_ident == TRUE)
99 has_ident = TRUE;
151 if (has_ident == TRUE)
154 has_ident = TRUE;
H A DConfigint.h82 #ifndef TRUE
83 #define TRUE 1 macro
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c99 Inited = TRUE;
103 return (pointer)TRUE;
487 p->found = TRUE;
508 doubleWide = TRUE;
512 doubleHigh = TRUE;
521 if ((doubleWide == TRUE) || (doubleHigh == TRUE)) {
526 swap = TRUE;
550 if ((doubleWide == TRUE) || (doubleHigh == TRUE)) {
[all...]
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c138 return TRUE;
170 return TRUE;
211 xf86PostKeyboardEvent(pInfo->dev, keycode, TRUE);
268 device->public.on = TRUE;
324 Initialised = TRUE;

Completed in 41 milliseconds

12345