Home
last modified time | relevance | path

Searched refs:tclsh (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/ext/repair/
H A Dsqlite3_checker.tcl20 proc tclsh {} { procedure
110 --tclsh Run the built-in TCL interpreter (for debugging)
132 tclsh
/sqlite-3.40.0/
H A Dmain.mk670 tclsh $(TOP)/tool/mksqlite3c.tcl
682 tclsh $(TOP)/tool/mksqlite3c.tcl --linemacros=1
690 tclsh $(TOP)/tool/split-sqlite3c.tcl
693 tclsh $(TOP)/ext/fts2/mkfts2amal.tcl
728 tclsh $(TOP)/tool/mkopcodec.tcl opcodes.h >opcodes.c
732 tclsh $(TOP)/tool/mkopcodeh.tcl >opcodes.h
743 tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
748 cat $(TOP)/VERSION | tclsh $(TOP)/tool/replace.tcl exact . , >>$@
778 tclsh $(TOP)/tool/mkshellc.tcl >shell.c
863 tclsh $(TOP)/ext/fts5/tool/mkfts5c.tcl
[all …]
H A Dconfigure.ac119 # 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 tclsh
320 # On ubuntu 14.10, $auto_path on tclsh is not quite correct.
H A DMakefile.msc972 TCLSH_CMD = tclsh
974 TCLSH_CMD = $(TCLDIR)\bin\tclsh.exe
H A Dconfigure10358 # If we can't find a local tclsh, then building the amalgamation will fail.
/sqlite-3.40.0/tool/
H A Dsqltclsh.c.in2 ** This is the source code to a "tclsh" that has SQLite built-in.
17 ** tclsh.
H A Dcg_anno.tcl3 exec tclsh "$0" ${1+"$@"}
H A Dspeed-check.sh208 tclsh ../sqlite/tool/vdbe_profile.tcl >vdbeprofile-$NAME.txt
H A Dspaceanal.tcl30 proc tclsh {} {
71 --tclsh Run the built-in TCL interpreter interactively (for debugging)
90 tclsh
H A Dmksqlite3c.tcl25 set help {Usage: tclsh mksqlite3c.tcl <options>
H A DGetTclKit.bat70 SET TCLKIT_URI=https://urn.to/r/tclsh/
H A Dbuild-all-msvc.bat274 SET TCLSH_FILE=tclsh.exe
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc593 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"
/sqlite-3.40.0/ext/lsm1/tool/
H A Dmklsm1c.tcl3 exec tclsh "$0" "$@"
/sqlite-3.40.0/ext/fts5/tool/
H A Dmkfts5c.tcl3 exec tclsh "$0" "$@"
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4550 # Determine the fully qualified path name of the tclsh executable
551 # in the Tcl build directory or the tclsh installed in a bin
553 # of the tclsh executable even if tclsh has not yet been
554 # built in the build directory. The tclsh found is always
555 # associated with a tclConfig.sh file. This tclsh should be used
568 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 …]