Searched refs:Tcl_GetInt (Results 51 - 75 of 142) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclStubInit.c540 Tcl_GetInt, /* 37 */
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclStubInit.c467 Tcl_GetInt, /* 37 */
H A DtclProc.c668 if (Tcl_GetInt(interp, string+1, &level) != TCL_OK) {
678 if (Tcl_GetInt(interp, string, &level) != TCL_OK) {
H A DtclUtil.c2458 * after "end-" to Tcl_GetInt, then reverse for offset.
2460 if (Tcl_GetInt(interp, bytes+4, &offset) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexp_main_sub.c725 if (Tcl_GetInt(interp,optarg,&rc) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXEmbed.c230 if (Tcl_GetInt(interp, string, (int*) &parent) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixEmbed.c119 if (Tcl_GetInt(interp, string, &id) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXEmbed.c234 if (Tcl_GetInt(interp, string, (int*) &parent) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixEmbed.c121 if (Tcl_GetInt(interp, string, &id) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinSerial.c1997 if (Tcl_GetInt(interp, value, &(infoPtr->blockTime)) != TCL_OK) {
2011 if (Tcl_GetInt(interp, value, &msec) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinSerial.c1875 if ( Tcl_GetInt(interp, value, &(infoPtr->blockTime)) != TCL_OK ) {
1888 if ( Tcl_GetInt(interp, value, &msec) != TCL_OK ) {
/macosx-10.9.5/tcl-102/tcl_ext/tclapplescript/tclapplescript/
H A DtclMacOSA_OSX.c1359 if (Tcl_GetInt(interp, argv[1], &resID) != TCL_OK) {
1613 if (Tcl_GetInt(interp, argv[1], &resID) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkEntry.c1316 if (Tcl_GetInt(interp, string + 1, &x) != TCL_OK) {
1341 if (Tcl_GetInt(interp, string, indexPtr) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/generic/
H A DthreadSvListCmd.c1011 if (Tcl_GetInt(interp, bytes+3, &offset) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvUtil.c921 if (Tcl_GetInt(interp, *largv, &i) != TCL_OK || i < 1 || i>255) {
H A DtkOldConfig.c365 if (Tcl_GetInt(interp, value, (int *) ptr) != TCL_OK) {
H A DtkFont.c3577 } else if (Tcl_GetInt(NULL, field[XLFD_POINT_SIZE],
3602 } else if (Tcl_GetInt(NULL, field[XLFD_PIXEL_SIZE],
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvUtil.c852 if (Tcl_GetInt(interp, *largv, &i) != TCL_OK ||
H A DtkOldConfig.c389 if (Tcl_GetInt(interp, value, (int *) ptr) != TCL_OK) {
H A DtkTextDisp.c3729 if (Tcl_GetInt(interp, argv[2+pickPlace], &lineNum) == TCL_OK) {
3870 if (Tcl_GetInt(interp, argv[3], &x) != TCL_OK) {
3873 if (Tcl_GetInt(interp, argv[4], &y) != TCL_OK) {
3876 if ((argc == 6) && (Tcl_GetInt(interp, argv[5], &gain) != TCL_OK))
H A DtkFont.c3451 } else if (Tcl_GetInt(NULL, field[XLFD_POINT_SIZE],
3476 } else if (Tcl_GetInt(NULL, field[XLFD_PIXEL_SIZE],
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dmethods.c2789 * after "end-" to Tcl_GetInt, then reverse for offset.
2791 if (Tcl_GetInt(interp, bytes+4, &offset) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableCell.c794 if (Tcl_GetInt(tablePtr->interp, arg, &tmp) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6/
H A Dtcl.h967 EXTERN int Tcl_GetInt _ANSI_ARGS_((Tcl_Interp *interp,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6p2/
H A Dtcl.h967 EXTERN int Tcl_GetInt _ANSI_ARGS_((Tcl_Interp *interp,

Completed in 350 milliseconds

123456