Lines Matching refs:Tcl_GetInt
465 if ((Tcl_GetInt(interp, argv[2], &xDelta) != TCL_OK)
466 || (Tcl_GetInt(interp, argv[3], &yDelta) != TCL_OK)) {
493 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
494 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
542 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
543 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
582 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
588 if (Tcl_GetInt(interp, argv[3], &windowUnits) != TCL_OK) {
594 if (Tcl_GetInt(interp, argv[4], &firstUnit) != TCL_OK) {
597 if (Tcl_GetInt(interp, argv[5], &lastUnit) != TCL_OK) {