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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c136 GetAgentIdList returns a list of agents advertising on the passed display (dpy),
137 and it returns the number of agents in the list in the parameter nAgents.
145 unsigned long *nAgents) /* RETURN: number of agents in list */
148 Window *agents = NULL; local
161 (char **) &agents) != Success) {
178 if (agents[i] == agents[k]) { /* uh oh... */
179 agents[i] = None;
183 if (GetProperty(dpy, agents[i],
189 agents[
[all...]

Completed in 11 milliseconds