TclFindElement    168 tclCmdIZ.c     	    result = TclFindElement(interp, p, &element, &p, &size,
TclFindElement    551 tclCmdIZ.c     	    result = TclFindElement(interp, p, &element, &p, (int *) NULL,
TclFindElement    752 tclCmdIZ.c     	    result = TclFindElement(interp, begin, &dummy, &begin, (int *) NULL,
TclFindElement    771 tclCmdIZ.c     	    result = TclFindElement(interp, end, &dummy, &end, (int *) NULL,
TclFindElement    248 tclInt.h       extern int		TclFindElement();
TclFindElement    742 tclUtil.c      	result = TclFindElement(interp, list, &element, &list, &elSize, &brace);