Lines Matching defs:ndx
252 register Cardinal ndx;
255 for (ndx = *ndxP; ndx < stateTree->numQuarks; ndx++) {
256 if (procs[ndx] == NULL) {
258 XrmQuark q = stateTree->quarkTbl[ndx];
262 procs[ndx] = action->proc;
266 *ndxP = ndx;
319 Cardinal ndx = 0;
332 &ndx);
358 actionList->table, actionList->count, &ndx);
694 _XtRemoveBindProcsByIndex(Widget w, TMBindData bindData, TMShortCard ndx)
696 TMShortCard i = ndx;