Searched refs:bindProcs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMaction.c527 TMComplexBindProcs bindProcs; local in function:RemoveAccelerators
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]; local in function:_XtRemoveBindProcsByIndex
699 RemoveFromBindCache(bindProcs->widget ? bindProcs->widget : w,
700 bindProcs[
[all...]
H A DTMstate.c851 TMComplexBindProcs bindProcs = local in function:HandleSimpleState
853 procs = bindProcs->procs;
854 accelWidget = bindProcs->widget;
857 TMSimpleBindProcs bindProcs = local in function:HandleSimpleState
859 procs = bindProcs->procs;
1026 TMComplexBindProcs bindProcs = local in function:HandleComplexState
1028 procs = bindProcs->procs;
1029 accelWidget = bindProcs->widget;
1032 TMSimpleBindProcs bindProcs = local in function:HandleComplexState
1034 procs = bindProcs
[all...]

Completed in 6 milliseconds