Searched refs:auto_path (Results 26 - 50 of 104) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dpara4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dattributes4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dframe4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dimenu4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dipager4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
6 #puts [join $auto_path \n]
H A Dmenu4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dbox24 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dcolors4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtester7 lappend auto_path [file dirname [info script]]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dpackage.tcl452 # the auto_path directories and their immediate children looking for
455 # to the auto_path and scan any new directories.
463 global auto_path env
465 if {![info exists auto_path]} {
468 # Cache the auto_path, because it may change while we run through
470 set old_path [set use_path $auto_path]
527 # set a new value for $::auto_path. If so, then find any
528 # new directories on the $::auto_path, and lappend them to
533 if {[llength $old_path] == [llength $auto_path]} {
534 foreach dir $auto_path ol
[all...]
H A Dinit.tcl42 if {![info exists auto_path]} {
44 set auto_path $env(TCLLIBPATH)
46 set auto_path ""
52 if {$Dir ni $::auto_path} {
53 lappend ::auto_path $Dir
58 if {$Dir ni $::auto_path} {
59 lappend ::auto_path $Dir
63 if {$Dir ni $::auto_path} {
64 lappend ::auto_path $Dir
431 global auto_index auto_path
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dstarkit.tcl51 # called from the startup script of a starkit to init topdir and auto_path
91 # append an entry to auto_path if it's not yet listed
93 global auto_path
95 if {[lsearch $auto_path $dir] < 0} {
96 lappend auto_path $dir
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/
H A DtablelistPublic.tcl78 lappend auto_path [file join $::tablelist::library scripts]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gdbm-1.tcl7 lappend auto_path .
H A Dtest-gmpq.tcl1 lappend auto_path .
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dmpexpand.tcl5 lappend auto_path [file dirname [file dirname [info script]]]
8 puts auto_path=\n\t[join $auto_path \n\t]
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/doc/
H A Dformat.tcl3 lappend auto_path /usr/local/lib
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter.xotcl5 lappend auto_path $opts(-pkgdir)
H A DCounter3.xotcl4 lappend auto_path $opts(-pkgdir)
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dinit.tcl42 if {![info exists auto_path]} {
44 set auto_path $env(TCLLIBPATH)
46 set auto_path ""
53 if {[lsearch -exact $::auto_path $Dir] < 0} {
54 lappend ::auto_path $Dir
60 if {[lsearch -exact $::auto_path $Dir] < 0} {
61 lappend ::auto_path $Dir
65 if {[lsearch -exact $::auto_path $Dir] < 0} {
66 lappend ::auto_path $Dir
352 global auto_index auto_oldpath auto_path
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dtmc31 lappend auto_path [file dirname [file normalize [info script]]] ; # This directory
32 lappend auto_path [file dirname [lindex $auto_path end]] ; # and the one above
33 #puts *\t[join $auto_path \n*\t]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A Dviewfile12 lappend auto_path .
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/unix/
H A DMakefile.in220 echo set auto_path [concat [pwd] $$auto_path] \; package require Memchan \; \
223 # echo lappend auto_path [pwd] \; package require Memchan \; \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dregenerate_parsers.tcl10 lappend auto_path [file dirname $module]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dinstall.tcl28 message .msgauto -aspect 300 -text {The auto_path directories are automatically searched by Tcl/Tk for packages. You may select a directory to install Ctext into, or type in a new directory. Your auto_path directories are:}
30 set autoLen [llength $::auto_path]
34 .listauto insert end [lindex $::auto_path $i]
40 set ::installPath [lindex $::auto_path end]

Completed in 690 milliseconds

12345