Lines Matching refs:ReadKey
21 use Term::ReadKey;
111 if ( &Term::ReadKey::termoptions() == 1 )
116 elsif ( &Term::ReadKey::termoptions() == 2 )
121 elsif ( &Term::ReadKey::termoptions() == 3 )
126 elsif ( &Term::ReadKey::termoptions() == 4 )
131 elsif ( &Term::ReadKey::termoptions() == 5 )
149 push( @modes, "O_NODELAY" ) if &Term::ReadKey::blockoptions() & 1;
150 push( @modes, "poll()" ) if &Term::ReadKey::blockoptions() & 2;
151 push( @modes, "select()" ) if &Term::ReadKey::blockoptions() & 4;
152 push( @modes, "Win32" ) if &Term::ReadKey::blockoptions() & 8;
161 if ( &Term::ReadKey::blockoptions() == 0 )
309 $count++ while !defined( $k = ReadKey( -1, $in ) );
330 print "Timeout! " while !defined( $k = ReadKey( 2, $in ) );