Searched defs:almost (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c1430 Boolean almost = FALSE; local
1494 * THEN: set almost
1503 almost = GetRequestInfo(request, !vert) != GetRequestInfo(reply, !vert);
1504 almost |= GetRequestInfo(request, vert) != GetRequestInfo(reply, vert);
1506 if ( (mask & XtCWQueryOnly) || almost ) {
1511 if (almost) return XtGeometryAlmost;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c1458 Boolean almost = FALSE; local
1522 * THEN: set almost
1531 almost = GetRequestInfo(request, !vert) != GetRequestInfo(reply, !vert);
1532 almost |= (GetRequestInfo(request, vert) != GetRequestInfo(reply, vert));
1534 if ( (mask & XtCWQueryOnly) || almost ) {
1539 if (almost) return XtGeometryAlmost;

Completed in 17 milliseconds