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

/xsrc/external/mit/libX11/dist/src/
H A DLiHosts.c73 int *nhosts, /* RETURN */
83 *nhosts = 0;
155 *nhosts = reply.nHosts;
161 *nhosts = 0;
71 XListHosts(register Display * dpy,int * nhosts,Bool * enabled) argument
/xsrc/external/mit/xhost/dist/
H A Dxhost.c182 int i, nhosts = 0; local in function:main
221 list = XListHosts(dpy, &nhosts, &enabled);
227 if (nhosts != 0) {
228 for (i = 0; i < nhosts; i++ ) {

Completed in 3 milliseconds