Home
last modified time | relevance | path

Searched refs:TCLSH (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/sqlite3/tea/win/
H A Drules.vc593 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)$(SUFX).exe"
594 !if !exist($(TCLSH)) && $(TCL_THREADS)
595 TCLSH = "$(_TCLDIR)\bin\tclsh$(TCL_VERSION)t$(SUFX).exe"
606 TCLSH = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclsh$(TCL_VERSION)$(SUFX).exe"
607 !if !exist($(TCLSH)) && $(TCL_THREADS)
608 TCLSH = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclsh$(TCL_VERSION)t$(SUFX).exe"
H A Dmakefile.vc316 $(TCLSH) <<
326 $(TCLSH) << >tests.log
/freebsd-12.1/contrib/sqlite3/tea/
H A DMakefile.in142 TCLSH = $(TCLSH_ENV) $(TCLSH_PROG)
244 @$(TCLSH) $(SCRIPT)
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c33 # define TCLSH 1 macro
3919 #if defined(TCLSH)
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c444 #if defined(SQLITE_TCL) || defined(TCLSH)