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

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXselect.c120 int handleCnt, idx;
132 if (Tcl_ListObjGetElements (interp, handleList, &handleCnt,
140 if (handleCnt == 0) {
146 (channelData_t*) ckalloc (sizeof (channelData_t) * handleCnt);
148 for (idx = 0; idx < handleCnt; idx++) {
183 return handleCnt;
249 int idx, handleCnt;
252 handleCnt = 0;
260 handleCnt++;
119 int handleCnt, idx; local
246 int idx, handleCnt; local

Completed in 274 milliseconds