Lines Matching refs:current
150 int (*oldErrorHandler)(Display *, XErrorEvent *) = 0; /* the current error handler */
151 unsigned long i, current;
171 current = 0;
195 while ((j < current) && (agentList[j].willingness > *agentWillingness))
197 if (j < current)
200 agents[current] = agents[i];
201 agentList[j].id = agents[current++];
209 if (*nAgents != current) { /* agent list changed */
210 if (current > 0) { /* are there living ones? */
211 *nAgents = current;