Lines Matching refs:bindProcs
527 TMComplexBindProcs bindProcs;
544 for (i = 0, bindProcs =
546 i < destXlations->numStateTrees; i++, bindProcs++) {
547 if (bindProcs->widget == widget) {
552 bindProcs->procs = NULL;
555 xlationsList[numXlations] = bindProcs->aXlations;
697 TMBindProcs bindProcs = (TMBindProcs) &bindData->bindTbl[0];
699 RemoveFromBindCache(bindProcs->widget ? bindProcs->widget : w,
700 bindProcs[i].procs);
703 bindProcs[i] = bindProcs[i + 1];