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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Dialog.c216 Boolean checks[NUM_CHECKS]; local
219 checks[i] = FALSE;
223 checks[ICON] = TRUE;
225 checks[LABEL] = TRUE;
228 if (checks[ICON]) {
252 if ( checks[LABEL] ) {
H A DXaw3_1Label.c381 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local
384 checks[i] = FALSE;
388 checks[PIXMAP] = TRUE;
390 checks[WIDTH] = TRUE;
392 checks[HEIGHT] = TRUE;
410 (curlw->label.justify != newlw->label.justify) || checks[PIXMAP]) {
418 if ((curlw->core.width == reqlw->core.width) && !checks[WIDTH])
422 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DDialog.c242 Boolean checks[NUM_CHECKS]; local
245 checks[i] = FALSE;
249 checks[ICON] = TRUE;
251 checks[LABEL] = TRUE;
254 if (checks[ICON]) {
278 if ( checks[LABEL] ) {
H A DLabel.c655 Boolean was_resized = False, redisplay = False, checks[NUM_CHECKS]; local
658 checks[i] = FALSE;
662 checks[PIXMAP] = TRUE;
664 checks[WIDTH] = TRUE;
666 checks[HEIGHT] = TRUE;
698 (curlw->label.justify != newlw->label.justify) || checks[PIXMAP]) {
706 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
712 if ((curlw->core.width == reqlw->core.width) && !checks[WIDTH])

Completed in 14 milliseconds