Searched +refs:telnet +refs:prompt +refs:pattern (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm167 elsif (/^-?prompt$/i) {
168 $self->prompt($args{$_});
282 $prompt,
302 $prompt = $self->prompt;
334 elsif (/^-?prompt$/i) {
335 $prompt = &_parse_prompt($self, $args{$_});
355 ## Send command and wait for the prompt.
357 and ($lines, $last_prompt) = $self->waitfor($prompt);
364 ## Save the most recently matched prompt
1647 sub prompt { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm167 elsif (/^-?prompt$/i) {
168 $self->prompt($args{$_});
282 $prompt,
302 $prompt = $self->prompt;
334 elsif (/^-?prompt$/i) {
335 $prompt = &_parse_prompt($self, $args{$_});
355 ## Send command and wait for the prompt.
357 and ($lines, $last_prompt) = $self->waitfor($prompt);
364 ## Save the most recently matched prompt
1647 sub prompt { subroutine
[all...]

Completed in 118 milliseconds