Searched refs:boolVar (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinSock.c1794 int boolVar, rtn; local
1796 if (Tcl_GetBoolean(interp, value, &boolVar) != TCL_OK) {
1799 if (boolVar) {
1815 int boolVar, rtn;
1817 if (Tcl_GetBoolean(interp, value, &boolVar) != TCL_OK) {
1820 if (!boolVar) {
1773 int boolVar, rtn; local
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c361 int boolVar; local
370 || Tcl_GetBooleanFromObj(interp, boolObjPtr, &boolVar) != TCL_OK
371 || boolVar == 0) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTest.c2684 static int boolVar = 4;
2753 if (Tcl_LinkVar(interp, "bool", (char *) &boolVar,
2867 TclFormatInt(buffer, boolVar);
2919 if (Tcl_GetInt(interp, argv[4], &boolVar) != TCL_OK) {
3025 if (Tcl_GetInt(interp, argv[4], &boolVar) != TCL_OK) {
2653 static int boolVar = 4; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTest.c2585 static int boolVar = 4;
2634 if (Tcl_LinkVar(interp, "bool", (char *) &boolVar,
2666 TclFormatInt(buffer, boolVar);
2694 if (Tcl_GetInt(interp, argv[4], &boolVar) != TCL_OK) {
2738 if (Tcl_GetInt(interp, argv[4], &boolVar) != TCL_OK) {
2557 static int boolVar = 4; local

Completed in 201 milliseconds