/ast/src/lib/libtk/generic/ |
H A D | tkTest.c | 453 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 458 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 463 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 518 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 523 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 534 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 572 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 597 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 602 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 607 if (Tcl_GetInt(inter [all...] |
H A D | tkScrollbar.c | 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(inter [all...] |
H A D | tkUtil.c | 129 if (Tcl_GetInt(interp, argv[3], intPtr) != TCL_OK) {
|
H A D | tkGrid.c | 332 if (Tcl_GetInt(interp, argv[3], &column) != TCL_OK) { 335 if (Tcl_GetInt(interp, argv[4], &row) != TCL_OK) { 343 if (Tcl_GetInt(interp, argv[5], &column2) != TCL_OK) { 346 if (Tcl_GetInt(interp, argv[6], &row2) != TCL_OK) { 634 if (Tcl_GetInt(interp, argv[i+1], &value) != TCL_OK) { 709 if (Tcl_GetInt(interp, argv[3], &slot) != TCL_OK) { 772 } else if (Tcl_GetInt(interp, argv[i+1], &wt) != TCL_OK) { 2239 if (Tcl_GetInt(interp, argv[i+1], &tmp) != TCL_OK || tmp<0) { 2247 if (Tcl_GetInt(interp, argv[i+1], &tmp) != TCL_OK || tmp <= 0) { 2306 if (Tcl_GetInt(inter [all...] |
H A D | tkVisual.c | 181 if (Tcl_GetInt(interp, string, &visualId) == TCL_ERROR) { 225 if (Tcl_GetInt(interp, p, &template.depth) != TCL_OK) {
|
H A D | tkBind.c | 2921 } else if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 2939 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 2948 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 2989 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3079 } else if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3111 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3117 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3141 } else if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3150 if (Tcl_GetInt(interp, value, &number) != TCL_OK) { 3178 } else if (Tcl_GetInt(inter [all...] |
H A D | tkListbox.c | 637 if (Tcl_GetInt(interp, argv[2], &y) != TCL_OK) { 651 if ((Tcl_GetInt(interp, argv[3], &x) != TCL_OK) 652 || (Tcl_GetInt(interp, argv[4], &y) != TCL_OK)) { 784 if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) { 1694 if (Tcl_GetInt(interp, string, indexPtr) != TCL_OK) {
|
H A D | tkScale.c | 563 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK) 564 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) { 578 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK) 579 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) {
|
H A D | tkCmds.c | 912 if (Tcl_GetInt(interp, id, (int *) &atom) != TCL_OK) { 1065 if (Tcl_GetInt(interp, argv[index], &id) != TCL_OK) {
|
H A D | tkMenubutton.c | 734 if (Tcl_GetInt(interp, mbPtr->widthString, &mbPtr->width) 738 if (Tcl_GetInt(interp, mbPtr->heightString, &mbPtr->height)
|
H A D | tkEntry.c | 602 if (Tcl_GetInt(interp, argv[3], &x) != TCL_OK) { 1746 if (Tcl_GetInt(interp, string+1, &x) != TCL_OK) { 1778 if (Tcl_GetInt(interp, string, indexPtr) != TCL_OK) {
|
H A D | tkConfig.c | 354 if (Tcl_GetInt(interp, value, (int *) ptr) != TCL_OK) {
|
H A D | tkMenu.c | 836 if ((Tcl_GetInt(interp, argv[2], &x) != TCL_OK) 837 || (Tcl_GetInt(interp, argv[3], &y) != TCL_OK)) { 2076 if (Tcl_GetInt(interp, string+1, &y) == TCL_OK) { 2095 if (Tcl_GetInt(interp, string, &i) == TCL_OK) {
|
H A D | tkButton.c | 1089 if (Tcl_GetInt(interp, butPtr->widthString, &butPtr->width) 1093 if (Tcl_GetInt(interp, butPtr->heightString, &butPtr->height)
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclCmdIL.c | 197 if (Tcl_GetInt(interp, oldString, &value) != TCL_OK) { 207 if (Tcl_GetInt(interp, argv[2], &increment) != TCL_OK) { 316 if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) { 386 } else if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) { 559 if (Tcl_GetInt(interp, argv[2], &first) != TCL_OK) { 569 if (Tcl_GetInt(interp, argv[3], &last) != TCL_OK) { 665 if (Tcl_GetInt(interp, argv[2], &first) != TCL_OK) { 675 if (Tcl_GetInt(interp, argv[3], &last) != TCL_OK) { 1001 if ((Tcl_GetInt(sortInterp, firstString, &a) != TCL_OK) 1002 || (Tcl_GetInt(sortInter [all...] |
H A D | tclGet.c | 25 * Tcl_GetInt -- 42 Tcl_GetInt(interp, string, intPtr) 41 Tcl_GetInt(interp, string, intPtr) function
|
H A D | tclCmdMZ.c | 662 } else if (Tcl_GetInt(interp, argv[1], &code) != TCL_OK) { 1182 if (Tcl_GetInt(interp, argv[3], &index) != TCL_OK) { 1233 if (Tcl_GetInt(interp, argv[3], &first) != TCL_OK) { 1245 if (Tcl_GetInt(interp, argv[4], &last) != TCL_OK) { 1367 if (Tcl_GetInt(interp, argv[3], &index) != TCL_OK) { 1401 if (Tcl_GetInt(interp, argv[3], &index) != TCL_OK) { 1764 if (Tcl_GetInt(interp, argv[2], &count) != TCL_OK) {
|
H A D | tclCmdAH.c | 502 } else if (Tcl_GetInt(interp, argv[1], &value) != TCL_OK) { 1539 if (Tcl_GetInt(interp, argv[argIndex], &width) != TCL_OK) { 1574 if (Tcl_GetInt(interp, argv[argIndex], &precision) != TCL_OK) { 1608 if (Tcl_GetInt(interp, argv[argIndex], (int *) &intValue) 1620 if (Tcl_GetInt(interp, argv[argIndex], (int *) &intValue)
|
H A D | tclIOCmd.c | 355 if (Tcl_GetInt(interp, argv[i], &toRead) != TCL_OK) { 478 if (Tcl_GetInt(interp, argv[3], &requested) != TCL_OK) { 560 if (Tcl_GetInt(interp, argv[2], &offset) != TCL_OK) { 1055 if (Tcl_GetInt(interp, argv[3], &prot) != TCL_OK) {
|
H A D | tclLink.c | 327 if (Tcl_GetInt(interp, value, &linkPtr->lastValue.i) != TCL_OK) {
|
H A D | tclEvent.c | 1709 if (Tcl_GetInt(interp, argv[1], &ms) != TCL_OK) {
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixWm.c | 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(inter [all...] |
/ast/src/lib/libtksh/src/ |
H A D | commands.c | 18 if (Tcl_GetInt(interp, argv[2], &index) != TCL_OK) { 537 if (Tcl_GetInt(interp, argv[2], &level) != TCL_OK) { 573 if (Tcl_GetInt(interp, argv[2], &level) != TCL_OK)
|
H A D | varcmd.c | 267 if (Tcl_GetInt(interp, string+1, &level) != TCL_OK) { 277 if (Tcl_GetInt(interp, string, &level) != TCL_OK) {
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 959 EXTERN int Tcl_GetInt _ANSI_ARGS_((Tcl_Interp *interp,
|