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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.c119 static PRegstDPY IsRegistered ( function
178 if ((rdpy = IsRegistered (event->display)) == NIL ||
293 if ((rdpy = IsRegistered (dpy)) == NIL)
318 if ((rdpy = IsRegistered (dpy)) == NIL)
384 if ((rdpy = IsRegistered (wh->dpy)) == NIL)
428 if (IsRegistered (wh->dpy) != NIL)
463 if (IsRegistered (wh->dpy) == NIL)
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawIm.c1217 static Boolean IsRegistered( w, ve ) function
1239 if (IsRegistered(inwidg, ve)) return;
1263 if (!IsRegistered(inwidg, ve)) return;

Completed in 15 milliseconds