Searched refs:expect_out (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dread1char8 send_user $expect_out(buffer)
H A Dtimed-read6 expect -re \n {send_user $expect_out(buffer)}
H A Dchess.exp41 send $expect_out(1,string)
46 send -i $id1 $expect_out(1,string)
49 send -i $id2 $expect_out(1,string)
H A Dreprompt18 send_user $expect_out(buffer)
H A Dftp-inband43 expect -re "(.*)\r\n.*$prompt" {set rpid $expect_out(1,string)}
77 puts $out $expect_out(1,string)
128 expect -re "(.*)\r\n.*$prompt" {set rpid $expect_out(1,string)}
204 send_user "copying (remote) $expect_out(1,string) to (local) $expect_out(2,string)\n"
205 get $expect_out(1,string) $expect_out(2,string)
207 send_user "copying $expect_out(1,string)\n"
208 get $expect_out(1,string) $expect_out(
[all...]
H A Dgethostbyaddr118 vprint $expect_out(1,string)
122 set addr2 $expect_out(1,string)
174 vprint $expect_out(1,string)
176 set host $expect_out(1,string)
195 telnet_error $expect_out(buffer)
199 set host $expect_out(1,string)
200 set domain $expect_out(2,string)
223 telnet_error $expect_out(buffer)
241 printhost $expect_out(1,string) nic 0
247 printhost $expect_out(
[all...]
H A Dcryptdir23 set passwd $expect_out(1,string)
29 if {![string match $passwd $expect_out(1,string)]} {
H A Ddecryptdir23 set passwd $expect_out(1,string)
29 if {![string match $passwd $expect_out(1,string)]} {
H A Dexpectd.proto35 send_user "$IAC$WONT$expect_out(1,string)"
49 send_user "$IAC$DONT$expect_out(1,string)"
55 set env(TERM) [string tolower $expect_out(1,string)]
H A Dpasswdprompt27 append passwd $expect_out(0,string)
H A Dvrfy19 set host $expect_out(1,string)
H A Dpassmass43 set password(old) $expect_out(1,string)
44 set password(login) $expect_out(1,string)
48 set password(new) $expect_out(1,string)
51 set password(newcheck) $expect_out(1,string)
57 set password(login) $expect_out(1,string)
61 set password(old) $expect_out(1,string)
65 set password(new) $expect_out(1,string)
68 set password(newcheck) $expect_out(1,string)
H A Dlpunlock33 set server $expect_out(1,string)
79 scan $expect_out(buffer) "ls -l %*s %*s 1 root %d, %d" major minor
H A Dxpstat28 set host $expect_out(1,string)
36 set worldtmp $expect_out(1,string)
39 set author $expect_out(1,string)
56 set alias [string trimright $expect_out(1,string)]
60 scan $expect_out(2,string) %d db($host,$i,life)
62 set db($host,$i,score) $expect_out(3,string)
64 set db($host,name,$alias) $expect_out(4,string)
H A Dkibitz200 send "$expect_out(1,string)\r"
213 send_user "connection to host failed: $expect_out(buffer)"
225 send_user "unable to start kibitz on $host: \"$expect_out(1,string)\"\n"
231 set expect_out(buffer) "timed out"
233 send_user $expect_out(buffer)
241 send_user $expect_out(buffer)
H A Drobohunt79 if $output {send_user -raw $expect_out(buffer)}
H A Drftp228 set buf $expect_out(buffer)
258 set buf $expect_out(buffer)
H A Dtkterm445 term_insert $expect_out(0,string)
477 set cur_row [expr $expect_out(1,string)+1]
478 set cur_col $expect_out(2,string)
H A Dvirterm274 term_insert $expect_out(0,string)
306 set cur_row [expr $expect_out(1,string)+1]
307 set cur_col $expect_out(2,string)
558 return "$expect_out(1,string)"
H A Ddislocate244 expect_user -re "(.*)\n" {set buf $expect_out(1,string)}
303 expect_user -re "(.*)\n" {set buf $expect_out(1,string)}
H A Dmkpasswd199 puts -nonewline "$expect_out(buffer)"
H A Dterm_expect418 term_insert $expect_out(0,string)
450 set cur_row [expr $expect_out(1,string)+1]
451 set cur_col $expect_out(2,string)
H A Dtknewsbiff212 puts "$expect_out(buffer)"
233 set ng $expect_out(1,string)
234 set hi $expect_out(2,string)
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/testsuite/expect.tests/
H A Dexpect-tests.exp75 pass $expect_out(1,string)
79 fail $expect_out(1,string)
83 regsub "Test generated error:\[\r\n\]+" $expect_out(0,string) "" tmp
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dsecure-card71 send "$expect_out(1,string)\r"
78 send "$expect_out(1,string)\r"

Completed in 183 milliseconds

12