Searched refs:ipath (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/
H A Dpatch.mp5 set ipath [file join [file dirname [file dirname [info library]]] include]
8 puts "c2man -U__GNUC__ -I$ipath -o../doc -Tn $src 2>/dev/null >/dev/null"
10 exec c2man -U__GNUC__ -I$ipath -o../doc -Tn $src 2>/dev/null >/dev/null
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Ddocidx.tcl809 set ipath [file normalize [file join [file dirname $file] $path]]
810 if {![file exists $ipath]} {
811 set ipath $path
812 if {![file exists $ipath]} {
817 set chan [open $ipath r]
824 set file $ipath
H A Ddoctoc.tcl815 set ipath [file normalize [file join [file dirname $file] $path]]
816 if {![file exists $ipath]} {
817 set ipath $path
818 if {![file exists $ipath]} {
823 set chan [open $ipath r]
830 set file $ipath
H A Ddoctools.tcl987 set ipath [file normalize [file join [file dirname $file] $path]]
989 if {![file exists $ipath]} {
990 set ipath $path
991 if {![file exists $ipath]} {
996 set chan [open $ipath r]
1003 set file $ipath
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl39 @ipath = ();
61 push (@ipath, $flag);
242 foreach $path ("", $ibase, @ipath) {
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cc.c1946 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
2000 (void) snprintf(ipath, sizeof (ipath), "/dev/fd/%d", fileno(tfp));
2024 argv[argc++] = ipath;
2029 argv[argc++] = ipath;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl170 set f(ipath) ""
220 set f(spath) $f(ipath)
4369 entry $w.r.f14.e -textvar f(ipath) -wi 30
4652 puts $out "set f(ipath) $f(ipath)"

Completed in 157 milliseconds