Home
last modified time | relevance | path

Searched refs:stty_echo (Results 1 – 6 of 6) sorted by relevance

/dports/comms/p5-Device-SerialPort/Device-SerialPort-1.04/eg/
H A Ddemo6.plx62 $tie_ob->stty_echo(0); # depends on terminal
94 $tie_ob->stty_echo(1); # depends on terminal
110 $tie_ob->stty_echo(0); # depends on terminal
117 $tie_ob->stty_echo(1); # depends on terminal
H A Ddemo5.plx99 $ob->stty_echo(1);
111 my $echo = ($ob->stty_echo ? "" : "-")."echo";
163 $pass=$ob->write($prompt1) if ($ob->stty_echo);
H A Ddemo7.plx84 $ob->stty_echo(1);
/dports/comms/p5-Device-SerialPort/Device-SerialPort-1.04/t/
H A D21inherited-state.t220 is_zero $ob->stty_echo; # 54
283 is_ok(1 == $ob->stty_echo(1)); # 95
339 is_ok(1 == $ob->stty_echo); # 133
383 is_ok(0 == $ob->stty_echo); # 162
/dports/multimedia/zoneminder/zoneminder-1.36.5/scripts/ZoneMinder/lib/ZoneMinder/Control/
H A DVisca.pm62 $self->{port}->stty_echo(0);
/dports/comms/p5-Device-SerialPort/Device-SerialPort-1.04/
H A DSerialPort.pm1025 sub stty_echo { subroutine