/ast/src/lib/libtk/library/ |
H A D | comdlg.tcl | 104 return [string compare [string toupper $str1] [string toupper $str2]] 140 if [string compare [winfo toplevel $t] $t] { 188 if ![string compare $t $w] { 200 if ![string compare $tkPriv(focus,$t) $w] { 228 if ![string compare $tkPriv(focus,$t) $w] { 248 if {[string compare $detail NotifyNonlinear] && 249 [string compare $detail NotifyNonlinearVirtual]} { 290 if ![string compare $ext ""] {
|
H A D | console.tcl | 221 if [%W compare insert < promptEnd] { 230 if [%W compare insert <= promptEnd] { 237 if [%W compare insert < promptEnd] { 252 if [%W compare insert < promptEnd] { 257 if [%W compare insert < promptEnd] { 262 if [%W compare insert < promptEnd] { 267 if [%W compare insert < promptEnd] { 272 if [%W compare insert <= promptEnd] { 277 if [%W compare insert <= promptEnd] { 294 if [%W compare inser [all...] |
H A D | xmfbox.tcl | 33 if ![string compare [lindex [info level 0] 0] tk_getOpenFile] { 45 } elseif {[string compare [winfo class $w] TkMotifFDialog]} { 127 if ![string compare $data(-title) ""] { 128 if ![string compare $type "open"] { 138 if [string compare $data(-initialdir) ""] { 282 if ![string compare [$data(dList) curselection] ""] { 286 if ![string compare $subdir ""] { 315 if ![string compare [$data(dList) curselection] ""] { 319 if ![string compare $subdir ""] { 340 if [string compare [all...] |
H A D | msgbox.tcl | 105 if [string compare $data(-default) ""] { 108 if ![string compare [lindex $btn 0] $data(-default)] { 121 if [string compare $data(-parent) .] { 163 if ![string compare $opts {}] { 173 if ![string compare $name $data(-default)] { 197 if [string compare $data(-default) ""] { 222 if [string compare $data(-default) ""] {
|
H A D | tkfbox.tcl | 299 if {[string compare $data(-command) ""] && [info exists data(selected)]} { 316 if ![string compare $sRegion {}] { 388 if [string compare $data(-browsecmd) ""] { 490 if ![string compare $rTag ""] { 495 if [string compare $rTag ""] { 521 if ![string compare $rTag ""] { 526 if [string compare $rTag ""] { 581 if {[string compare $text $sub] == 0} { 624 if ![string compare [lindex [info level 0] 0] tk_getOpenFile] { 636 } elseif {[string compare [winf [all...] |
H A D | text.tcl | 218 } elseif [%W compare insert != 1.0] { 303 if [%W compare insert == {insert lineend}] { 376 if [%W compare insert != 1.0] { 415 if ![string compare $bbox ""] { 465 if {[$w compare $cur != $anchor] || (abs($tkPriv(pressX) - $x) >= 3)} { 470 if [$w compare $cur < anchor] { 479 if [$w compare $cur < anchor] { 488 if [$w compare $cur < anchor] { 522 if [$w compare $cur < anchor] { 590 if [$w compare [all...] |
/ast/src/lib/libtk/library/demos/ |
H A D | rmt | 67 if [.t compare insert < promptEnd] { 75 if [.t compare insert <= promptEnd] { 81 if [.t compare insert < promptEnd] { 86 if [.t compare insert < promptEnd] { 91 if [.t compare insert < promptEnd] { 96 if [.t compare insert < promptEnd] { 101 if [.t compare insert <= promptEnd] { 106 if [.t compare insert <= promptEnd] { 116 if {[$w compare sel.first <= insert] 117 && [$w compare se [all...] |
H A D | filebox.tcl | 34 if ![string compare $tcl_platform(platform) unix] { 61 if [string compare $file ""] {
|
H A D | browse | 29 if {[string compare $dir "."] != 0} {set file $dir/$file}
|
H A D | clrpick.tcl | 37 if [string compare $color ""] {
|
/ast/src/cmd/builtin/ |
H A D | look.c | 106 int (*compare)(const char*, const char*, size_t); 108 compare = (flags & F_FLAG) ? strncasecmp : strncmp; 133 if (maxprefix && (*compare)(prefix, maxprefix, n) > 0) 143 n = (*compare)(prefix, EXTRACT(flags, cp, buff, len), len); 153 if (n && (*compare)(prefix, EXTRACT(flags, cp, buff, len), len) >= 0) 162 n = (*compare)(prefix, EXTRACT(flags, cp, buff, len), len); 181 n = (*compare)(prefix, EXTRACT(flags, cp, buff, len), len); 199 n = (*compare)(prefix, EXTRACT(flags, cp, buff, len), len); 208 if (n && (*compare)(prefix, EXTRACT(flags, cp, buff, len), len) >= 0) 217 n = (*compare)(prefi [all...] |
/ast/src/cmd/tests/cdt/ |
H A D | dttest.h | 24 static int compare(Dt_t* dt, Void_t* o1, Void_t* o2, Dtdisc_t* disc) function 26 static int compare(dt,o1,o2,disc)
|
H A D | tdeque.c | 24 newint, NIL(Dtfree_f), compare, hashint,
|
H A D | tevent.c | 69 newint, NIL(Dtfree_f), compare, hashint, memory, event
|
H A D | tlist.c | 24 newint, NIL(Dtfree_f), compare, hashint,
|
H A D | tqueue.c | 24 newint, NIL(Dtfree_f), compare, hashint,
|
H A D | tstack.c | 24 newint, NIL(Dtfree_f), compare, hashint,
|
H A D | tshare.c | 80 newint, NIL(Dtfree_f), compare, hashint,
|
H A D | tview.c | 24 newint, NIL(Dtfree_f), compare, hashint,
|
/ast/src/cmd/pzip/ |
H A D | Makefile | 29 :: NOTES RELEASE PROMO.mm compare mkprt tabulate
|
/ast/src/lib/libcmd/ |
H A D | uniq.c | 62 "[w:check-chars]#[chars?\achars\a is the number of characters to compare " 85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument 149 if(reclen==oreclen && (!reclen || !(*compare)(cp,orecp,reclen))) 254 Compare_f compare = (Compare_f)memcmp; local 284 compare = (Compare_f)strncasecmp; 335 error_info.errors = uniq(fpin,fpout,fields,chars,width,mode,all,compare);
|
/ast/src/lib/libast/hash/ |
H A D | hashlib.h | 46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon262
|
H A D | hashdump.c | 144 if (root->local->compare) sfprintf(sfstderr, "compare=0x%08lx ", (unsigned long)root->local->compare);
|
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 213 if {[string compare $tcl_platform(platform) windows] == 0} { 490 if {[string compare [file extension $file] \ 511 if {([string compare [package provide $i] ""] != 0) 512 && ([string compare $i Tcl] != 0) 513 && ([string compare $i Tk] != 0)} {
|
H A D | ldAout.tcl | 100 } elseif {![string compare $a -o]} { 143 if [string compare [string range $m $l end] $shlib_suffix] {
|