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

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c415 * MODULE_SCOPE int TclGetWideIntFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
420 #define TclGetWideIntFromObj(interp, objPtr, wideIntPtr) \ macro
426 #define TclGetWideIntFromObj(interp, objPtr, wideIntPtr) \ macro
1686 TclGetWideIntFromObj(NULL, valuePtr, &w1);
1687 TclGetWideIntFromObj(NULL, incrPtr, &w2);
5135 TclGetWideIntFromObj(NULL, valuePtr, &w);
5451 TclGetWideIntFromObj(NULL, valuePtr, &w1);
5452 TclGetWideIntFromObj(NULL, value2Ptr, &w2);
5666 TclGetWideIntFromObj(NULL, valuePtr, &w1);
5667 TclGetWideIntFromObj(NUL
[all...]

Completed in 115 milliseconds