HomeSort by relevance Sort by last modified time
    Searched refs:tclsh (Results 1 - 7 of 7) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclsh.i 2 * tclsh.i
4 * SWIG File for building new tclsh program
8 %subsection "tclsh.i"
11 new version of the tclsh executable. This file should not be used
17 %include <tclsh.i>
25 * of tclsh.
71 newArgv[0] = "tclsh";
wish.i 11 new version of the wish executable. Like tclsh.i, this file should
  /external/chromium_org/third_party/sqlite/src/
main.mk 390 tclsh $(TOP)/tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
395 tclsh $(TOP)/tool/mksqlite3c.tcl
402 tclsh $(TOP)/ext/fts2/mkfts2amal.tcl
405 tclsh $(TOP)/ext/fts3/mkfts3amal.tcl
453 tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
Makefile.vxworks 482 tclsh $(TOP)/tool/mksqlite3c.tcl
487 tclsh $(TOP)/ext/fts2/mkfts2amal.tcl
490 tclsh $(TOP)/ext/fts3/mkfts3amal.tcl
configure.ac 138 # See whether we can run specific tclsh versions known to work well;
139 # if not, then we fall back to plain tclsh.
142 AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.5 tclsh], none)
144 # If we can't find a local tclsh, then building the amalgamation will fail.
146 echo "Warning: can't find tclsh - defaulting to non-amalgamation build."
148 TCLSH_CMD="tclsh"
390 # Start autosearch by asking tclsh
Makefile.in 104 # This is the command to use for tclsh - normally just "tclsh", but we may
786 tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
configure     [all...]

Completed in 229 milliseconds