Searched refs:lsearch (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dselect.test39 # written to but not read from. This is the reason for the lsearch checks
60 [expr [lsearch [lindex $ret 1] $pipe2WriteFh] >= 0] \
69 [expr [lsearch [lindex $ret 1] $pipe1WriteFh] >= 0] \
90 [expr [lsearch [lindex $ret 1] $pipe2WriteFh] >= 0] \
99 [expr [lsearch [lindex $ret 1] $pipe2WriteFh] >= 0] \
H A Darrayproc.test19 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dbsearch.test19 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dnice.test93 ([lsearch $errList $errmsg] < 0)} {
/macosx-10.9.5/Libc-997.90.3/include/
H A Dsearch.h51 void *lsearch(const void *, void *, size_t *, size_t,
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/
H A Dtestshell15 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/
H A Dtestshell15 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb112 set idx [lsearch $opts -map]
133 foreach pkg [lsearch -inline -all -glob [package names] ttk::theme::$ptn] {
135 if {[lsearch -exact $themes $theme] < 0} {
139 foreach pkg [lsearch -inline -all -glob [package names] tile::theme::$ptn] {
141 if {[lsearch -exact $themes $theme] < 0} {
150 if {[lsearch -exact [::ttk::style theme names] $theme] < 0} {
151 package require [lsearch -inline -regexp [package names] (ttk|tile)::theme::$theme]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dlocal.test16 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dmkindex.test16 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dnamespace.test16 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dinterp.test16 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dchain.test16 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/tests/
H A DtclAEBuild.test46 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dlsearch.c11 __FBSDID("$FreeBSD: src/lib/libc/stdlib/lsearch.c,v 1.1 2002/10/16 14:29:22 robert Exp $");
22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, function
57 * lsearch() adds the key to the end of the table and increments
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dqsort.test5 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dtkphoto.test5 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dbasic.test9 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dcallbacks.test5 if {[lsearch [namespace children] ::tcltest] == -1} {
H A Dlibm.test11 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tests/
H A Dpkgreq.test8 if {[lsearch [namespace children] ::tcltest] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl139 if {[lsearch -exact $argParamList $arg2] != -1} {
142 } elseif {[lsearch -exact $argNoParamList $arg2] != -1} {
449 if {[lsearch $args "-border"] == -1} {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages71 {lsearch.n tcl/lists/lsearch}
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Drftp53 set i [lsearch $line "->"]
H A Dxkibitz133 set index [lsearch $ids $spawn_id]

Completed in 195 milliseconds

123