Searched +refs:compare +refs:windows (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/library/dde/
H A DpkgIndex.tcl2 if {[string compare $::tcl_platform(platform) windows]} {return}
/macosx-10.10/tcl-105/tcl/tcl/library/reg/
H A DpkgIndex.tcl2 if {[string compare $::tcl_platform(platform) windows]} {return}
/macosx-10.10/tcl-105/tcl84/tcl/library/dde/
H A DpkgIndex.tcl2 if {[string compare $::tcl_platform(platform) windows]} {return}
/macosx-10.10/tcl-105/tcl84/tcl/library/reg/
H A DpkgIndex.tcl2 if {[string compare $::tcl_platform(platform) windows]} {return}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Doption.tcl13 windows { set winSys win32 }
21 if {[string compare $winSys "x11"] == 0} {
H A Dconfig.tcl28 windows { set winSys win32 }
32 if {[string compare $winSys "x11"] == 0} {
47 if {[string compare $winSys "classic"] == 0} {
173 if {[string compare $default $current] != 0} {
199 set changed1 [expr {[string compare $default1 $current1] != 0}]
200 set changed2 [expr {[string compare $default2 $current2] != 0}]
202 return [string compare $opt1 $opt2]
240 if {[string compare $default $text] == 0} {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A Dinstall.tcl29 if [string compare $tcl_platform(platform) windows] {
41 if [string compare $x {}] break
43 if [string compare $x {}] break
60 if [string compare $tcl_platform(platform) windows] {
113 if ![string compare $tcl_platform(platform) windows] {
121 if {[Copy $lib $dir] && ![string compare [info sharedlibextension] .so]} {
122 while {[string compare
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.cpp40 # include <windows.h>
170 if (udBuffer.compare(wdBuffer) != 0) {
178 if (utBuffer.compare(wtBuffer) != 0) {
H A Dwinnmtst.cpp41 # include <windows.h>
245 if (udBuffer.compare(wdBuffer) != 0) {
253 if (u3Buffer.compare(w3Buffer) != 0) {
261 if (u6Buffer.compare(w6Buffer) != 0) {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAtomic.cpp20 #include <windows.h>
51 # error No compare-and-swap implementation for your platform!
/macosx-10.10/tcl-105/tk/tk/library/
H A Dconsole.tcl41 # This procedure constructs and configures the console windows.
84 if {$tcl_platform(platform) ne "windows"} {
181 if {$tcl_platform(platform) eq "windows"} {
346 if {[$w compare sel.first >= output]} {
438 if {[%W compare insert > promptEnd]} {
443 if {[%W compare insert > promptEnd]} {
448 if {[%W compare insert > promptEnd]} {
453 if {[%W compare insert > promptEnd]} {
465 && [%W compare sel.first >= promptEnd]} {
467 } elseif {[%W compare inser
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dconsole.tcl41 # This procedure constructs and configures the console windows.
88 if {$tcl_platform(platform) ne "windows"} {
111 "windows" {
155 if {$tcl_platform(platform) eq "windows"} {
365 if {[%W compare insert > promptEnd]} {::tk::console::Expand %W}
368 if {[%W compare insert > promptEnd]} {::tk::console::Expand %W path}
371 if {[%W compare insert > promptEnd]} {::tk::console::Expand %W proc}
374 if {[%W compare insert > promptEnd]} {::tk::console::Expand %W var}
383 if {[%W tag nextrange sel 1.0 end] ne "" && [%W compare sel.first >= promptEnd]} {
385 } elseif {[%W compare inser
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/platform/
H A Dshell.tcl190 if {[string compare $channel ""]} {
212 windows {
/macosx-10.10/tcl-105/tcl84/tcl/library/platform/
H A Dshell.tcl190 if {[string compare $channel ""]} {
212 windows {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl24 Try editing the text with the keyboard and mouse; compare the bindings for Text (left panel) and Ntext (right panel).
81 pack [radiobutton .rhf.j.wind -text "On (Windows)" -variable wordBreakChoice -value "windows" -command {setPattern}] -side right
93 } elseif {$wordBreakChoice eq "windows"} {
94 set ::tcl_platform(platform) windows
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dinstaller.tcl99 if {0 == [string compare CVS $base]} {continue}
202 if {[string compare $tcl_platform(platform) windows] == 0} {
282 if {[string compare $distribution [info nameofexecutable]] == 0} {
306 if {[string compare $tcl_platform(platform) windows] == 0} {
321 if {[string compare $tcl_platform(platform) windows] == 0} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dinstaller.tcl99 if {0 == [string compare CVS $base]} {continue}
202 if {[string compare $tcl_platform(platform) windows] == 0} {
282 if {[string compare $distribution [info nameofexecutable]] == 0} {
306 if {[string compare $tcl_platform(platform) windows] == 0} {
321 if {[string compare $tcl_platform(platform) windows] == 0} {
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl249 windows {
594 # title - title for the console root and main (.) windows
844 if {[$con compare 1.0 == end-1c]} {
1629 if {$tcl_platform(platform) == "windows"} {
2542 -message "Close all windows and exit tkcon?" \
2739 ## ::tkcon::StateCompare - compare two states and output difference
2752 set w $PRIV(base).compare
3032 [string compare {} [set ix \
3309 if {$::tcl_platform(platform) eq "windows"} {
3604 if {[string compare {}
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwindtfmt.cpp42 #include <windows.h>
292 if (zoneID.compare(fZoneID) != 0) {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl27 windows { set winSys win32 }
36 if {[string compare [interp alias {} ::tablelist::style] ""] != 0} {
40 if {[string compare [info commands ::ttk::style] ""] == 0} {
42 if {[string compare $::tile::version "0.7"] >= 0} {
460 if {[string compare [focus -lastfor %W] %W] == 0} {
497 if {[string compare $winSys "classic"] == 0 ||
498 [string compare $winSys "aqua"] == 0} {
654 if {[string compare $data(currentTheme) "tileqt"] == 0} {
930 if {$data(itemCount) == 0 || [string compare $dlineinfo ""] == 0} {
1165 set fullCollapsion [expr {[string compare
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1.tcl208 windows { set s [open NUL w] }
676 if {[string compare $option "--"] == 0} { Pop args; break }
740 if {[string compare $option "--"] == 0} { Pop args; break }
H A Dsha1v1.tcl71 windows { set s [open NUL w] }
576 if {[string compare $option "--"] == 0} { Pop args; break }
640 if {[string compare $option "--"] == 0} { Pop args; break }
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DMachineStackMarker.cpp44 #include <windows.h>
171 #error Need a way to compare threads on this platform
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc32.tcl117 windows { set s [open NUL w] }
319 if {[string compare $option "--"] == 0} { Pop args; break }
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl402 if {$tcl_platform(platform) == "windows"} {
765 if [string compare $gotfn ""] {
773 if {$labels != {} && [string compare $title "Save sample file"] != 0} {
811 if {[string compare $gotfn ""] != 0} {
820 if {[string compare $f(spath)$f(sndfile) ""] == 0} {
828 if {[string compare $f(lpath)$f(labfile) ""] == 0} {
1311 if {[string compare $lab "OK"] == 0} {
1353 if [string compare $gotfn ""] {
2177 if {$::tcl_platform(platform) == "windows"} {
2285 if {$::tcl_platform(platform) == "windows"} {
[all...]

Completed in 163 milliseconds

12