Searched refs:okay (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsstartNX.c84 int okay; local
128 okay = 0;
150 okay = 1;
155 return (okay) ? port : -1;
228 } else { /* we think the agent started okay */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPorthole.c278 Boolean okay = TRUE; local
286 okay = FALSE;
292 if ((req->request_mode & CWX) && req->x != reply->x) okay = FALSE;
293 if ((req->request_mode & CWY) && req->x != reply->x) okay = FALSE;
295 okay = FALSE;
297 okay = FALSE;
303 if (!okay) return XtGeometryAlmost;

Completed in 26 milliseconds