Searched refs:Tcl_GetInt (Results 26 - 50 of 142) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkTest.c1591 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
1592 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)
1593 || (Tcl_GetInt(interp, argv[4], &width) != TCL_OK)
1594 || (Tcl_GetInt(interp, argv[5], &height) != TCL_OK)
1595 || (Tcl_GetInt(interp, argv[6], &timPtr->width) != TCL_OK)
1596 || (Tcl_GetInt(interp, argv[7], &timPtr->height) != TCL_OK)) {
H A DtkMenubutton.c601 if (Tcl_GetInt(interp, mbPtr->widthString, &mbPtr->width)
605 if (Tcl_GetInt(interp, mbPtr->heightString, &mbPtr->height)
H A DtkUtil.c348 if (Tcl_GetInt(interp, (char *) p, &tsoffset.flags) != TCL_OK) {
668 if (Tcl_GetInt(interp, argv[3], intPtr) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTest.c1739 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
1740 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)
1741 || (Tcl_GetInt(interp, argv[4], &width) != TCL_OK)
1742 || (Tcl_GetInt(interp, argv[5], &height) != TCL_OK)
1743 || (Tcl_GetInt(interp, argv[6], &timPtr->width) != TCL_OK)
1744 || (Tcl_GetInt(interp, argv[7], &timPtr->height) != TCL_OK)) {
H A DtkMenubutton.c611 if (Tcl_GetInt(interp, mbPtr->widthString, &mbPtr->width)
615 if (Tcl_GetInt(interp, mbPtr->heightString, &mbPtr->height)
H A DtkUtil.c344 if (Tcl_GetInt(interp, (char *) p, &tsoffset.flags) != TCL_OK) {
675 if (Tcl_GetInt(interp, argv[3], intPtr) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCkalloc.c858 if (Tcl_GetInt(interp, argv[2], &break_on_malloc) != TCL_OK) {
941 if (Tcl_GetInt(interp, argv[2], &trace_on_at_malloc) != TCL_OK) {
H A DtclUtil.c2627 code = Tcl_GetInt(interp, bytes, &first);
2632 if (TCL_ERROR == Tcl_GetInt(interp, opPtr+1, &second)) {
2768 * after "end-" to Tcl_GetInt, then reverse for offset.
2774 if (Tcl_GetInt(interp, bytes+4, &offset) != TCL_OK) {
H A DtclProc.c722 if (Tcl_GetInt(interp, name+1, &level) != TCL_OK || level < 0) {
726 if (Tcl_GetInt(interp, name, &level) != TCL_OK) {
822 if (Tcl_GetInt(interp, name+1, &level) != TCL_OK || level < 0) {
837 if (Tcl_GetInt(interp, name, &level) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCkalloc.c837 if (Tcl_GetInt(interp, argv[2], &break_on_malloc) != TCL_OK) {
901 if (Tcl_GetInt(interp, argv[2], &trace_on_at_malloc) != TCL_OK) {
H A DtclTest.c815 if (Tcl_GetInt(interp, argv[2], &id) != TCL_OK) {
837 if ((Tcl_GetInt(interp, argv[2], &id) != TCL_OK)
838 || (Tcl_GetInt(interp, argv[4], &code) != TCL_OK)) {
1421 if (Tcl_GetInt(interp, argv[i], &id) != TCL_OK) {
1605 if (Tcl_GetInt(interp, argv[3], &count) != TCL_OK) {
1669 if (Tcl_GetInt(interp, argv[2], &count) != TCL_OK) {
2212 if (Tcl_GetInt(interp, argv[2], &value) != TCL_OK) {
2684 if (Tcl_GetInt(interp, argv[2], &intVar) != TCL_OK) {
2694 if (Tcl_GetInt(interp, argv[4], &boolVar) != TCL_OK) {
2726 if (Tcl_GetInt(inter
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXlib.c571 if (Tcl_GetInt (interp, lineArgv [1], &tmpNum) != TCL_OK)
577 if (Tcl_GetInt (interp, lineArgv [2], &tmpNum) != TCL_OK)
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dbinio.c155 if (Tcl_GetInt(interp, argv[2], &requested) != TCL_OK) {
309 if (TCL_OK != Tcl_GetInt (interp, argv [0], &cvt.i)) {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c344 Tcl_GetInt, /* 37 */
H A DtclStubInit.c.orig344 Tcl_GetInt, /* 37 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c101 Tcl_GetInt, /* 37 */
H A DtclStubInit.c.orig101 Tcl_GetInt, /* 37 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c101 Tcl_GetInt, /* 37 */
H A DtclStubInit.c.orig101 Tcl_GetInt, /* 37 */
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinEmbed.c165 if (Tcl_GetInt(interp, string, &id) != TCL_OK) {
H A DtkWinWindow.c221 * then Tcl_GetInt manages the error correctly.
227 Tcl_GetInt(interp, string, (int *)&number) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A DDbg.c252 if (Tcl_GetInt(interp, string+1, &level) != TCL_OK) {
264 if (Tcl_GetInt(interp, string, &level) != TCL_OK) {
1011 if (TCL_OK == Tcl_GetInt(interp,linep,&b->line)) {
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinEmbed.c265 if (Tcl_GetInt(interp, string, &id) != TCL_OK) {
H A DtkWinWindow.c223 * Tcl_GetInt manages the error correctly.
230 Tcl_GetInt(interp, string, (int *) numberPtr) != TCL_OK) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c918 if (Tcl_GetInt(interp, paramString, &cacheThis) == TCL_ERROR)
924 if (Tcl_GetInt(interp, paramString, &all) == TCL_ERROR)

Completed in 363 milliseconds

123456