Lines Matching refs:Tcl_GetInt
197 if (Tcl_GetInt(interp, oldString, &value) != TCL_OK) {
207 if (Tcl_GetInt(interp, argv[2], &increment) != TCL_OK) {
316 if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) {
386 } else if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) {
559 if (Tcl_GetInt(interp, argv[2], &first) != TCL_OK) {
569 if (Tcl_GetInt(interp, argv[3], &last) != TCL_OK) {
665 if (Tcl_GetInt(interp, argv[2], &first) != TCL_OK) {
675 if (Tcl_GetInt(interp, argv[3], &last) != TCL_OK) {
1001 if ((Tcl_GetInt(sortInterp, firstString, &a) != TCL_OK)
1002 || (Tcl_GetInt(sortInterp, secondString, &b) != TCL_OK)) {