Searched refs:Tcl_GetInt (Results 1 - 25 of 142) sorted by relevance

123456

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOSock.c47 if (Tcl_GetInt(NULL, string, portPtr) != TCL_OK) {
60 if (Tcl_GetInt(interp, string, portPtr) != TCL_OK) {
H A DtclGet.c23 * Tcl_GetInt --
40 Tcl_GetInt(
69 * routine is a version of Tcl_GetInt but returns a "long" instead of an
39 Tcl_GetInt( function
H A DtclTest.c816 if (Tcl_GetInt(interp, argv[2], &id) != TCL_OK) {
838 if ((Tcl_GetInt(interp, argv[2], &id) != TCL_OK)
839 || (Tcl_GetInt(interp, argv[4], &code) != TCL_OK)) {
856 if (Tcl_GetInt(interp, argv[2], &id) != TCL_OK) {
1468 if (Tcl_GetInt(interp, argv[i], &id) != TCL_OK) {
1651 if (Tcl_GetInt(interp, argv[3], &count) != TCL_OK) {
1715 if (Tcl_GetInt(interp, argv[2], &count) != TCL_OK) {
2214 if (Tcl_GetInt(interp, argv[2], &value) != TCL_OK) {
2909 if (Tcl_GetInt(interp, argv[2], &intVar) != TCL_OK) {
2919 if (Tcl_GetInt(inter
[all...]
H A DtclTestObj.c632 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
656 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
670 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
1408 if (Tcl_GetInt(interp, string, &index) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOSock.c49 if (Tcl_GetInt(NULL, string, portPtr) != TCL_OK) {
62 if (Tcl_GetInt(interp, string, portPtr) != TCL_OK) {
H A DtclGet.c26 * Tcl_GetInt --
43 Tcl_GetInt(interp, string, intPtr)
126 * This routine is a version of Tcl_GetInt but returns a "long"
42 Tcl_GetInt(interp, string, intPtr) function
H A DtclTestObj.c538 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
562 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
576 if (Tcl_GetInt(interp, string, &i) != TCL_OK) {
1220 if (Tcl_GetInt(interp, string, &index) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOldTest.c222 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
223 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)
224 || (Tcl_GetInt(interp, argv[4], &width) != TCL_OK)
225 || (Tcl_GetInt(interp, argv[5], &height) != TCL_OK)
226 || (Tcl_GetInt(interp, argv[6], &timPtr->width) != TCL_OK)
227 || (Tcl_GetInt(interp, argv[7], &timPtr->height) != TCL_OK)) {
H A DtkScrollbar.c311 if ((Tcl_GetInt(interp, argv[2], &xDelta) != TCL_OK)
312 || (Tcl_GetInt(interp, argv[3], &yDelta) != TCL_OK)) {
341 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
342 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
394 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
395 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
444 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
450 if (Tcl_GetInt(interp, argv[3], &windowUnits) != TCL_OK) {
456 if (Tcl_GetInt(interp, argv[4], &firstUnit) != TCL_OK) {
459 if (Tcl_GetInt(inter
[all...]
H A DtkVisual.c178 if (Tcl_GetInt(interp, string, &visualId) == TCL_ERROR) {
222 if (Tcl_GetInt(interp, p, &template.depth) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkScrollbar.c320 if ((Tcl_GetInt(interp, argv[2], &xDelta) != TCL_OK)
321 || (Tcl_GetInt(interp, argv[3], &yDelta) != TCL_OK)) {
350 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
351 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
403 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK)
404 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
453 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
459 if (Tcl_GetInt(interp, argv[3], &windowUnits) != TCL_OK) {
465 if (Tcl_GetInt(interp, argv[4], &firstUnit) != TCL_OK) {
468 if (Tcl_GetInt(inter
[all...]
H A DtkVisual.c182 if (Tcl_GetInt(interp, string, &visualId) == TCL_ERROR) {
226 if (Tcl_GetInt(interp, p, &template.depth) != TCL_OK) {
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixTest.c179 if (Tcl_GetInt(interp, argv[2], &i) != TCL_OK) {
315 if (Tcl_GetInt(interp, argv[4], &timeout) != TCL_OK) {
409 if (Tcl_GetInt(interp, argv[3], &timeout) != TCL_OK) {
610 Tcl_GetInt(interp, argv[1], (int *)&sec);
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixTest.c183 if (Tcl_GetInt(interp, argv[2], &i) != TCL_OK) {
324 if (Tcl_GetInt(interp, argv[4], &timeout) != TCL_OK) {
418 if (Tcl_GetInt(interp, argv[3], &timeout) != TCL_OK) {
645 Tcl_GetInt(interp, argv[1], (int *)&sec);
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXPort.h170 * TkpScanWindowId is just an alias for Tcl_GetInt on Unix.
174 Tcl_GetInt((i),(s),(int *) (wp))
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXPort.h168 * TkpScanWindowId is just an alias for Tcl_GetInt on Unix.
172 Tcl_GetInt((i),(s),(int *) (wp))
H A DtkMacOSXCursor.c234 int result = Tcl_GetInt(NULL, numPtr, &count);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/
H A DtclXunixSock.c173 if (Tcl_GetInt (interp, argv [nextArg], &myPort) != TCL_OK)
181 if (Tcl_GetInt (interp, argv [nextArg], &backlog) != TCL_OK)
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A Dnull.c403 result = Tcl_GetInt(interp, (CONST84 char *)newValue, &delay);
H A Drandom.c427 result = Tcl_GetInt(interp, (CONST84 char *)newValue, &delay);
H A Dzero.c406 result = Tcl_GetInt(interp, (CONST84 char *)newValue, &delay);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pixmap/
H A Dpixmap.c323 if (Tcl_GetInt(interp, listArgv[0], &size[0]) != TCL_OK) {
326 if (Tcl_GetInt(interp, listArgv[1], &size[1]) != TCL_OK) {
329 if (Tcl_GetInt(interp, listArgv[2], &ncolors) != TCL_OK) {
332 if (Tcl_GetInt(interp, listArgv[3], &cpp) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixXId.c605 if (Tcl_GetInt(interp, string, &value) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixXId.c619 if (Tcl_GetInt(interp, string, &value) != TCL_OK) {
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinTest.c271 Tcl_GetInt(interp, string, (int *)&number) != TCL_OK) {

Completed in 303 milliseconds

123456