Searched refs:compare (Results 1 - 25 of 40) sorted by relevance

12

/ast/src/lib/libtk/library/
H A Dcomdlg.tcl104 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 Dconsole.tcl221 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 Dxmfbox.tcl33 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 Dmsgbox.tcl105 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 Dtkfbox.tcl299 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 Dtext.tcl218 } 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 Drmt67 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 Dfilebox.tcl34 if ![string compare $tcl_platform(platform) unix] {
61 if [string compare $file ""] {
H A Dbrowse29 if {[string compare $dir "."] != 0} {set file $dir/$file}
H A Dclrpick.tcl37 if [string compare $color ""] {
/ast/src/cmd/builtin/
H A Dlook.c106 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 Ddttest.h24 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 Dtdeque.c24 newint, NIL(Dtfree_f), compare, hashint,
H A Dtevent.c69 newint, NIL(Dtfree_f), compare, hashint, memory, event
H A Dtlist.c24 newint, NIL(Dtfree_f), compare, hashint,
H A Dtqueue.c24 newint, NIL(Dtfree_f), compare, hashint,
H A Dtstack.c24 newint, NIL(Dtfree_f), compare, hashint,
H A Dtshare.c80 newint, NIL(Dtfree_f), compare, hashint,
H A Dtview.c24 newint, NIL(Dtfree_f), compare, hashint,
/ast/src/cmd/pzip/
H A DMakefile29 :: NOTES RELEASE PROMO.mm compare mkprt tabulate
/ast/src/lib/libcmd/
H A Duniq.c62 "[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 Dhashlib.h46 Hash_compare_f compare; /* name comparision routine */ member in struct:__anon262
H A Dhashdump.c144 if (root->local->compare) sfprintf(sfstderr, "compare=0x%08lx ", (unsigned long)root->local->compare);
/ast/src/lib/libtksh/lib/tksh7.6/
H A Dinit.tcl213 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 DldAout.tcl100 } elseif {![string compare $a -o]} {
143 if [string compare [string range $m $l end] $shlib_suffix] {

Completed in 32 milliseconds

12