Searched refs:lindex (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtimed-run5 set timeout [lindex $argv 0]
H A Dautopasswd5 set password [lindex $argv 1]
6 spawn passwd [lindex $argv 0]
H A Dirsh7 spawn -noecho rlogin [lindex $argv 0]
H A Dunbuffer6 if {[string compare [lindex $argv 0] "-p"] == 0} {
23 exit [lindex [wait] 3]
H A Dmkpasswd26 set flag [lindex $argv 0]
29 set length [lindex $argv 1]
32 set minnum [lindex $argv 1]
35 set minlower [lindex $argv 1]
38 set minupper [lindex $argv 1]
41 set minspecial [lindex $argv 1]
47 set prog [lindex $argv 1]
53 set user [lindex $argv 0]
143 insert lpass [lindex $lnums [rand $lnums_length]]
146 insert rpass [lindex
[all...]
H A Dpassmass84 set arg [lindex $argv $i]
87 set user [lindex $argv $i]
91 set prompt [lindex $argv $i]
107 set program [lindex $argv $i]
111 set timeout [lindex $argv $i]
115 set su [lindex $argv $i]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxowish.in3 [string length [lindex $argv 0]] [lindex $argv 0] "-file"]} {
7 if {$argc == 0 || [string index [lindex $argv 0] 0] eq "-" )} {
15 set argv0 [lindex $argv 0]
H A Dxotclsh.in10 set argv0 [lindex $argv 0]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dmkitclman43 set _className [lindex $args 0]
44 set classBody [lindex $args 1]
51 set _className [lindex $args 0]
52 set classBody [lindex $args 1]
89 set _publicMethod([lindex $args 0]) [lindex $args 1]
93 set _publicVariable([lindex $args 0]) [lindex $args 1]
105 set _protectedMethod([lindex $args 0]) [lrange $args 1 end]
109 set _protectedVariable([lindex
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dfindinpath6 set app [lindex $argv 0]
H A Dcheck_manifest5 set manifest [lindex $argv 0]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dselect.test59 list [lindex $ret 0] \
60 [expr [lsearch [lindex $ret 1] $pipe2WriteFh] >= 0] \
61 [lindex $ret 2] \
68 list [lindex $ret 0] \
69 [expr [lsearch [lindex $ret 1] $pipe1WriteFh] >= 0] \
70 [lindex $ret 2] \
89 list [lindex $ret 0] \
90 [expr [lsearch [lindex $ret 1] $pipe2WriteFh] >= 0] \
91 [lindex $ret 2] \
98 list [lindex
[all...]
H A Dpushd.test50 set CWDROOT [lindex [file split $CWD] 0]
53 set TMPROOT [lindex [file split $TMP] 0]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/scripts/
H A Dparameter.xotcl73 ::set var [lindex $args 0]
78 ::set value [lindex $args 1]
92 $o set [lindex $args 0]
94 $o set [lindex $args 0] [lindex $args 1]
103 my set [lindex $args 0]
105 my set [lindex $args 0] [lindex $args 1]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dtclxsltproc111 switch -glob -- [lindex $argv $idx] {
114 set Config(config) [lindex $argv [expr $idx + 1]]
123 set Config(output) [lindex $argv [expr $idx + 1]]
142 set Config(maxdepth) [lindex $argv [expr $idx + 1]]
152 lappend Config(param) [lindex $argv [expr $idx + 1]] [lindex $argv [expr $idx + 2]]
156 lappend Config(param) [lindex $argv [expr $idx + 1]] [exprEsc [lindex $argv [expr $idx + 2]]]
202 if {[catch {open [lindex $argv 0]} ch]} {
208 if {[catch {dom::libxml2::parse $xsl -baseuri file://[file join [pwd] [lindex
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvuniq74 set last [lindex $data $uniCol]
76 } elseif {[string compare $last [lindex $data $uniCol]] != 0} {
77 set last [lindex $data $uniCol]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dcheck_manifest5 set manifest [lindex $argv 0]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A Dcheck_manifest5 set manifest [lindex $argv 0]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dmpexpand.all8 set o [lindex $argv 0]
17 set module [lindex $argv 0]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPredicate.cpp114 for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
116 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
124 for (unsigned lindex = 0; lindex < lhsSet.size(); ++lindex)
125 if (compare(Value(stringValue(lhsSet[lindex])).toNumber(), rhs))
133 for (unsigned lindex = 0; lindex < lhsSe
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb48 if [string equal [lindex $args 3] image] {
49 set spec [lindex $args 4]
52 # return [eval [concat [list ::style element create [lindex $args 2] image [lindex $spec 0] -map $map] [lrange $args 5 end]]]
53 return [uplevel 1 [list ::style element create [lindex $args 2] image [lindex $spec 0] -map $map] [lrange $args 5 end]]
76 if [string equal [lindex $args 3] image] {
77 set spec [lindex $args 4]
80 # return [eval [concat [list ::style element create [lindex $args 2] image [lindex
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnsd56 set opt [lindex $argv 0]
64 set local [lindex $argv 1]
73 set port [lindex $argv 1]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtcl_smtpd80 set iface [lindex $argv 0]
83 set port [lindex $argv 1]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtester17 set ch [open [lindex $argv 0]]
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dfc.c487 int line_len = 0, lindex = 0; local
492 if ((lindex + 2) >= line_len)
497 line[lindex++] = '\n';
498 line[lindex++] = '\0';
502 line[lindex++] = c;
505 if (!lindex)
513 if (lindex + 2 >= line_len)
514 line = (char *)xrealloc (line, lindex + 3);
516 line[lindex++] = '\n'; /* Finish with newline if none in file */
517 line[lindex
[all...]

Completed in 264 milliseconds

12345