Searched refs:ReadMode (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/example/ |
H A D | test.pl | 248 END { ReadMode 0, IN; } # Just if something goes weird 258 ReadMode 1, IN; 268 ReadMode 2, IN; 282 ReadMode 3, IN; 298 ReadMode 4, IN; 315 ReadMode 0, IN; 319 ReadMode 4, IN; 339 ReadMode 5, IN; 364 ReadMode 0, IN;
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/ |
H A D | Credentials.pm | 74 Term::ReadKey::ReadMode("noecho"); 84 Term::ReadKey::ReadMode("restore");
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | README | 71 that uses ReadMode. 74 The terminal mode function is controlled by the "ReadMode" function, which 99 control. If you use ReadMode 3, then you should install a SIGINT or END 100 handler to reset the terminal (via ReadMode 0) if the user aborts the 101 program via ^C. (For any mode, an END handler consisting of "ReadMode 0" is 113 although it is perfectly predictable, and that the ReadMode will have to be
|
H A D | ReadKey.xs | 402 STATIC void ReadMode _((pTHX_ PerlIO * file,int mode)); 775 void ReadMode(pTHX_ PerlIO *file,int mode) in ReadMode() function 1778 ReadMode(aTHX_ file,mode);
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | git-deltatool | 310 ReadMode 3; 312 ReadMode 0;
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.pm | 768 Term::ReadKey::ReadMode(4);
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq8.pod | 107 ReadMode('cbreak'); 109 ReadMode('normal'); 174 ReadMode('cbreak'); 182 ReadMode('normal'); # restore normal tty settings 269 ReadMode('noecho');
|
H A D | perlfaq5.pod | 1244 ReadMode "raw"; 1246 ReadMode "normal";
|