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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c137 and it returns the number of agents in the list in the parameter nAgents.
145 unsigned long *nAgents) /* RETURN: number of agents in list */
160 serverListAtom, XA_WINDOW, nAgents,
166 Xcalloc(*nAgents, (unsigned) sizeof(Agent))) == NULL)
172 for (i=0; i < *nAgents; i++) {
199 sizeof(Agent) * (*nAgents - j - 1));
209 if (*nAgents != current) { /* agent list changed */
211 *nAgents = current;
215 PropModeReplace, (unsigned char *) agents, *nAgents);
229 *nAgents
143 GetAgentIdList( Display *dpy, unsigned long *nAgents) argument
242 unsigned long nAgents = 0; local
[all...]

Completed in 1428 milliseconds