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

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c247 static XHostAddress *XHosts; /* the list of "friendly" client machines */ variable
248 static int HostAccessCount; /* the number of machines in XHosts */
254 XHosts = XListHosts(dsp, &HostAccessCount, &HostAccessState);
255 if (XHosts)
256 XRemoveHosts(dsp, XHosts, HostAccessCount);
263 if (XHosts) {
264 XAddHosts(dsp, XHosts, HostAccessCount);
265 XFree(XHosts);

Completed in 11 milliseconds