Searched refs:plat (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DgenStubs.tcl239 # plat Platform to test.
244 proc genStubs::addPlatformGuard {plat iftxt {eltxt {}}} {
246 switch $plat {
690 foreach plat [array names stubs $name,*,lastNum] {
691 if {$stubs($plat) > $lastNum} {
692 set lastNum $stubs($plat)
721 set plat unix
723 if {$slot($plat)} {
724 append temp [$slotProc $name $stubs($name,$plat,$i) $i]
730 append text [addPlatformGuard $plat
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tools/
H A DgenStubs.tcl281 # plat Platform to test.
286 proc genStubs::addPlatformGuard {plat iftxt {eltxt {}}} {
288 switch $plat {
712 foreach plat [array names stubs $name,*,lastNum] {
713 if {$stubs($plat) > $lastNum} {
714 set lastNum $stubs($plat)
743 set plat unix
745 if {$slot($plat)} {
746 append temp [$slotProc $name $stubs($name,$plat,$i) $i]
752 append text [addPlatformGuard $plat
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dplat001.tcl30 set testfile $testdir/plat$tnum.db
31 set testdump $testdir/plat$tnum.dmp
34 set testfile plat$tnum.db
35 set testdump plat$tnum.dmp
/macosx-10.9.5/tcl-102/tcl/tcl/library/platform/
H A Dplatform.tcl66 set plat [string tolower [lindex $tcl_platform(os) 0]]
96 switch -- $plat {
98 set plat win32
105 set plat solaris
118 set plat macosx
134 set plat hpux
143 set plat tru64
147 return "${plat}-${cpu}"
161 regexp {^([^-]+)-([^-]+)$} $id -> plat cpu
163 switch -- $plat {
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/platform/
H A Dplatform.tcl66 set plat [string tolower [lindex $tcl_platform(os) 0]]
96 switch -- $plat {
98 set plat win32
105 set plat solaris
118 set plat macosx
134 set plat hpux
143 set plat tru64
147 return "${plat}-${cpu}"
161 regexp {^([^-]+)-([^-]+)$} $id -> plat cpu
163 switch -- $plat {
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dinit.tcl10 set plat [tk windowingsystem]
12 set plat $::tcl_platform(platform)
14 switch -exact $plat {
H A Dthemeutils.tcl288 set plat [tk windowingsystem]
289 if { $plat == "x11" } {
291 "AIX" { set plat "AIX" }
292 "Darwin" { set plat "Darwin" }
296 set plat $::tcl_platform(platform)
299 switch -glob -- $plat {
H A Dutils.tcl730 set plat [tk windowingsystem]
731 } else { set plat $::tcl_platform(platform) }
734 switch -exact -- [string tolower $plat] {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/netware/
H A Drand.c24 #include <nks/plat.h>
/macosx-10.9.5/apr-30/apr/apr/misc/netware/
H A Drand.c24 #include <nks/plat.h>
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A DgenStubs.tcl214 # plat Platform to test.
219 proc genStubs::addPlatformGuard {plat text} {
220 switch $plat {
594 foreach plat [array names stubs $name,*,lastNum] {
595 if {$stubs($plat) > $lastNum} {
596 set lastNum $stubs($plat)
609 foreach plat {unix win mac} {
610 if {[info exists stubs($name,$plat,$i)]} {
611 append text [addPlatformGuard $plat \
612 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tools/
H A DgenStubs.tcl214 # plat Platform to test.
219 proc genStubs::addPlatformGuard {plat text} {
220 switch $plat {
594 foreach plat [array names stubs $name,*,lastNum] {
595 if {$stubs($plat) > $lastNum} {
596 set lastNum $stubs($plat)
609 foreach plat {unix win mac} {
610 if {[info exists stubs($name,$plat,$i)]} {
611 append text [addPlatformGuard $plat \
612 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/tools/
H A DgenStubs.tcl214 # plat Platform to test.
219 proc genStubs::addPlatformGuard {plat text} {
220 switch $plat {
594 foreach plat [array names stubs $name,*,lastNum] {
595 if {$stubs($plat) > $lastNum} {
596 set lastNum $stubs($plat)
609 foreach plat {unix win mac} {
610 if {[info exists stubs($name,$plat,$i)]} {
611 append text [addPlatformGuard $plat \
612 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/tools/
H A DgenStubs.tcl214 # plat Platform to test.
219 proc genStubs::addPlatformGuard {plat text} {
220 switch $plat {
594 foreach plat [array names stubs $name,*,lastNum] {
595 if {$stubs($plat) > $lastNum} {
596 set lastNum $stubs($plat)
609 foreach plat {unix win mac} {
610 if {[info exists stubs($name,$plat,$i)]} {
611 append text [addPlatformGuard $plat \
612 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl214 # plat Platform to test.
219 proc genStubs::addPlatformGuard {plat text} {
220 switch $plat {
594 foreach plat [array names stubs $name,*,lastNum] {
595 if {$stubs($plat) > $lastNum} {
596 set lastNum $stubs($plat)
609 foreach plat {unix win mac} {
610 if {[info exists stubs($name,$plat,$i)]} {
611 append text [addPlatformGuard $plat \
612 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DgenStubs.tcl213 # plat Platform to test.
218 proc genStubs::addPlatformGuard {plat text} {
219 switch $plat {
602 foreach plat [array names stubs $name,*,lastNum] {
603 if {$stubs($plat) > $lastNum} {
604 set lastNum $stubs($plat)
617 foreach plat {unix win mac} {
618 if {[info exists stubs($name,$plat,$i)]} {
619 append text [addPlatformGuard $plat \
620 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/tools/
H A DgenStubs.tcl213 # plat Platform to test.
218 proc genStubs::addPlatformGuard {plat text} {
219 switch $plat {
603 foreach plat [array names stubs $name,*,lastNum] {
604 if {$stubs($plat) > $lastNum} {
605 set lastNum $stubs($plat)
618 foreach plat {unix win mac} {
619 if {[info exists stubs($name,$plat,$i)]} {
620 append text [addPlatformGuard $plat \
621 [$slotProc $name $stubs($name,$plat,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dstarkit.tcl136 set plat [lindex $tcl_platform(os) 0]
144 switch -- $plat {
148 return "$plat-$mach"
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/
H A Dmake55.tcl8 set plat [lindex $tcl_platform(os) 0]
16 return "$plat-$mach"
/macosx-10.9.5/python23-21/
H A DGNUmakefile65 ed - $(PROJECT)/Lib/plat-mac/Carbon/AppleEvents.py < $(FIX)/AppleEvents.py.ed && \
66 ed - $(PROJECT)/Lib/plat-mac/terminalcommand.py < $(FIX)/terminalcommand.py.ed && \
H A DMakefile42 $(_v) patch ${OBJROOT}/Lib/plat-mac/applesingle.py \
/macosx-10.9.5/python-76.100.1/2.5/
H A DGNUmakefile120 ed - $(PROJECT)/Lib/plat-mac/bundlebuilder.py < $(FIX)/bundlebuilder.py.ed && \
121 ed - $(PROJECT)/Lib/plat-mac/Carbon/AppleEvents.py < $(FIX)/AppleEvents.py.ed && \
/macosx-10.9.5/python-76.100.1/2.6/
H A DGNUmakefile120 ed - $(PROJECT)/Lib/plat-mac/bundlebuilder.py < $(FIX)/bundlebuilder.py.ed && \
121 ed - $(PROJECT)/Lib/plat-mac/Carbon/AppleEvents.py < $(FIX)/AppleEvents.py.ed && \
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb163 def initialize(set, name, version, source, plat)
168 @platform = plat
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkGenStubs.tcl261 # plat Platform to test.
266 proc genStubs::addPlatformGuard {plat text} {
267 switch $plat {

Completed in 261 milliseconds

12