Searched refs:auto_path (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tests/
H A Dpuretcl.tcl10 set auto_path [linsert $auto_path 0 [file dirname [file dirname [file join [pwd] [info script]]]]]
11 set auto_path [linsert $auto_path 0 [pwd]]
H A Dexpat.tcl10 set auto_path [linsert $auto_path 0 [file dirname [file dirname [file join [pwd] [info script]]]]]
H A Dtclxml.tcl10 set auto_path [linsert $auto_path 0 [file dirname [file dirname [file join [pwd] [info script]]]]]
H A Dxerces.tcl10 set auto_path [linsert $auto_path 0 [file dirname [file dirname [file join [pwd] [info script]]]]]
H A Dallclasses.tcl15 set auto_path [linsert $auto_path 0 [file dirname [file dirname [file join [pwd] [info script]]]]]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dautoload.tcl22 # Loads the contents of tclIndex files on the auto_path directory
31 global auto_index auto_oldpath auto_path errorInfo errorCode
33 if {[info exists auto_oldpath] && ($auto_oldpath == $auto_path)} {
36 set auto_oldpath $auto_path
42 for {set i [expr {[llength $auto_path] - 1}]} {$i >= 0} {incr i -1} {
43 set dir [lindex $auto_path $i]
H A Dtclx.tcl8 global auto_path auto_index tclx_library
12 if {![info exists auto_path] ||
13 [lsearch -exact $auto_path $tclx_library] == -1} {
14 lappend auto_path $tclx_library
H A Dtcllib.tcl57 # Search auto_path for a file and source it.
60 global auto_path errorCode
64 set where [searchpath $auto_path $name]
66 error "couldn't find $name in any directory in auto_path"
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dupload4 set ::auto_path [linsert $::auto_path 0 {/users/pat/lib/tcl}]
H A Dreceive-file.cgi4 set ::auto_path [linsert $::auto_path 0 {/users/pat/lib/tcl}]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Ddemo.tcl13 lappend auto_path [file join $appDir ".."]
H A Ddemo_tile.tcl6 lappend auto_path [file join $appDir ".."]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall26 lappend auto_path .
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dclear4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
H A Dtitle4 lappend auto_path [file join [file dirname [file dirname [file dirname [info script]]]] modules]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/
H A Diwidgets.tcl.in27 lappend auto_path $iwidgets::library
31 lappend auto_path [file join $iwidgets::library $subdir]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dpackage.tcl463 # the auto_path directories and their immediate children looking for
467 # to the auto_path and scan any new directories.
480 global auto_path env
482 if {![info exists auto_path]} {
485 # Cache the auto_path, because it may change while we run through
487 set old_path [set use_path $auto_path]
542 # set a new value for $::auto_path. If so, then find any
543 # new directories on the $::auto_path, and lappend them to
548 if {[llength $old_path] == [llength $auto_path]} {
549 foreach dir $auto_path ol
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/win/
H A Diwidgets.tcl28 lappend auto_path $iwidgets::library \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/
H A Dall.tcl15 set old_auto_path $auto_path
123 set auto_path $old_auto_path
124 set auto_path [linsert $auto_path 0 [file join $root modules]]
125 set old_apath $auto_path
148 set auto_path $old_apath
149 set auto_path [linsert $auto_path 0 $::tcltest::testsDirectory]
162 # import the auto_path from the parent interp,
165 set ::auto_path [pSe
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/tnc/tests/
H A Dloadtnc.tcl10 set auto_path [pwd]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/tests/
H A Dloadtdom.tcl13 set auto_path [pwd]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/
H A Dall.tcl15 set old_auto_path $auto_path
123 set auto_path $old_auto_path
124 set auto_path [linsert $auto_path 0 [file join $root modules]]
125 set old_apath $auto_path
148 set auto_path $old_apath
149 set auto_path [linsert $auto_path 0 $::tcltest::testsDirectory]
162 # import the auto_path from the parent interp,
165 set ::auto_path [pSe
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/sdx/
H A Dsdx.tcl20 $s eval set auto_path [list $::auto_path]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dinitests.tcl44 if {[lsearch $auto_path [workingDirectory]] < 0} {
45 set auto_path [linsert $auto_path 0 [workingDirectory]]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtcllib.test26 global save_auto_path auto_path
27 set save_auto_path $auto_path
28 set auto_path {}
29 catch {unset auto_path}
93 set auto_path [list /bogus/dir/path/no/work $tclx_library]
100 set auto_path [list ~bogususerman/tcllib $tclx_library]
105 set auto_path $tclx_library
106 set auto_path [list /bogus/dir/path/no/work]
129 set auto_path [list [pwd]/tcllib1.dir $tclx_library]
168 set auto_path [lis
[all...]

Completed in 391 milliseconds

12345