Lines Matching refs:Tcl_GetInt
788 if ((Tcl_GetInt(interp, argv[3], &numer1) != TCL_OK)
789 || (Tcl_GetInt(interp, argv[4], &denom1) != TCL_OK)
790 || (Tcl_GetInt(interp, argv[5], &numer2) != TCL_OK)
791 || (Tcl_GetInt(interp, argv[6], &denom2) != TCL_OK)) {
1085 if ((Tcl_GetInt(interp, argv[3], &reqWidth) != TCL_OK)
1086 || (Tcl_GetInt(interp, argv[4], &reqHeight) != TCL_OK)
1087 || (Tcl_GetInt(interp, argv[5], &widthInc) != TCL_OK)
1088 || (Tcl_GetInt(interp, argv[6], &heightInc) != TCL_OK)) {
1281 if ((Tcl_GetInt(interp, argv[3], &x) != TCL_OK)
1282 || (Tcl_GetInt(interp, argv[4], &y) != TCL_OK)){
1397 if ((Tcl_GetInt(interp, argv[3], &width) != TCL_OK)
1398 || (Tcl_GetInt(interp, argv[4], &height) != TCL_OK)) {
1418 if ((Tcl_GetInt(interp, argv[3], &width) != TCL_OK)
1419 || (Tcl_GetInt(interp, argv[4], &height) != TCL_OK)) {