Searched refs:tclsh (Results 1 – 16 of 16) sorted by relevance
20 proc tclsh {} { procedure110 --tclsh Run the built-in TCL interpreter (for debugging)132 tclsh
670 tclsh $(TOP)/tool/mksqlite3c.tcl682 tclsh $(TOP)/tool/mksqlite3c.tcl --linemacros=1690 tclsh $(TOP)/tool/split-sqlite3c.tcl693 tclsh $(TOP)/ext/fts2/mkfts2amal.tcl728 tclsh $(TOP)/tool/mkopcodec.tcl opcodes.h >opcodes.c732 tclsh $(TOP)/tool/mkopcodeh.tcl >opcodes.h743 tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h748 cat $(TOP)/VERSION | tclsh $(TOP)/tool/replace.tcl exact . , >>$@778 tclsh $(TOP)/tool/mkshellc.tcl >shell.c863 tclsh $(TOP)/ext/fts5/tool/mkfts5c.tcl[all …]
119 # See whether we can run specific tclsh versions known to work well;120 # if not, then we fall back to plain tclsh.123 AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.7 tclsh8.6 tclsh8.5 tclsh], none)125 # If we can't find a local tclsh, then building the amalgamation will fail.127 echo "Warning: can't find tclsh - defaulting to non-amalgamation build."129 TCLSH_CMD="tclsh"307 # Start autosearch by asking tclsh320 # On ubuntu 14.10, $auto_path on tclsh is not quite correct.
972 TCLSH_CMD = tclsh974 TCLSH_CMD = $(TCLDIR)\bin\tclsh.exe
10358 # If we can't find a local tclsh, then building the amalgamation will fail.
2 ** This is the source code to a "tclsh" that has SQLite built-in.17 ** tclsh.
3 exec tclsh "$0" ${1+"$@"}
208 tclsh ../sqlite/tool/vdbe_profile.tcl >vdbeprofile-$NAME.txt
30 proc tclsh {} {71 --tclsh Run the built-in TCL interpreter interactively (for debugging)90 tclsh
25 set help {Usage: tclsh mksqlite3c.tcl <options>
70 SET TCLKIT_URI=https://urn.to/r/tclsh/
274 SET TCLSH_FILE=tclsh.exe
593 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)$(SUFX).exe"595 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)t$(SUFX).exe"606 TCLSH = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclsh$(TCL_VERSION)$(SUFX).exe"608 TCLSH = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclsh$(TCL_VERSION)t$(SUFX).exe"
3 exec tclsh "$0" "$@"
550 # Determine the fully qualified path name of the tclsh executable551 # in the Tcl build directory or the tclsh installed in a bin553 # of the tclsh executable even if tclsh has not yet been554 # built in the build directory. The tclsh found is always555 # associated with a tclConfig.sh file. This tclsh should be used568 AC_MSG_CHECKING([for tclsh])573 TCLSH_PROG="${TCL_BIN_DIR}/tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${EXEEXT}"582 TCLSH_PROG="${TCL_BIN_DIR}/tclsh"587 TCLSH_PROG="tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${EXEEXT}"589 TCLSH_PROG="tclsh${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}"[all …]