Home
last modified time | relevance | path

Searched refs:ReadKey (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DChanges10 * Better support parallel builds by making 'dynamic' a dependency of the ReadKey.pm
29 * Generate ReadKey.pm from ReadKey_pm.PL to expand blockoptions
70 * README, ReadKey.pm, ReadKey.xs, ppport.h, test.pl: import
78 …* README, ReadKey.pm, ReadKey.xs: import TermReadKey 2.20 from CPAN git-cpan-module: TermReadKey…
85 …* README, ReadKey.pm, ReadKey.xs: import TermReadKey 2.19 from CPAN git-cpan-module: TermReadKey…
92 * Configure.pm, Makefile.PL, README, ReadKey.pm, ReadKey.xs,
100 * Makefile.PL, README, ReadKey.pm, ReadKey.xs, test.pl: import
108 * ReadKey.pm, ReadKey.xs, genchars.pl, ppport.h: import TermReadKey
116 …* ReadKey.pm, ReadKey.xs: import TermReadKey 2.15 from CPAN git-cpan-module: TermReadKey git-cpa…
123 * Makefile.PL, ReadKey.pm, ReadKey.xs, ppport.h: import TermReadKey
[all …]
H A DMakefile.PL81 s/ReadKey.pm :: ReadKey.pm.PL/ReadKey.pm :: ReadKey.pm.PL dynamic/;
H A DMANIFEST6 ReadKey.pm.PL
7 ReadKey.xs
H A DREADME1 Term::ReadKey 2.36 - Change terminal modes, and perform non-blocking reads.
25 This module, ReadKey, provides ioctl control for terminals and Win32
58 being unavailable, and ReadKey possibly generating bad results if you
64 VERY IMPORTANT: In 2.00, the ReadKey/ReadLine arguments changed. Now, if
104 Non-blocking support is provided via the ReadKey and ReadLine functions. If
110 want to use "ReadKey -1".
130 the routines in ReadKey.xs. If you find any problems, including compilation
H A DSIGNATURE25 SHA1 463beea66445d64a7d7c877b234ecf8ad046f515 ReadKey.pm.PL
26 SHA1 3bd8375779236d70dcc5c70aa269618b35a76a34 ReadKey.xs
H A DReadKey.pm.PL3 package Term::ReadKey;
H A DReadKey.xs1760 MODULE = Term::ReadKey PACKAGE = Term::ReadKey
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/example/
H A Dtest.pl21 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;
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/t/
H A D02_terminal_functions.t14 use Term::ReadKey;
41 skip( 'Because Term::ReadKey need at least a tty to be useful', 7 ) if $@;
57 if ( Term::ReadKey::termoptions() == $i ){
66 push( @modes, "O_NODELAY" ) if Term::ReadKey::blockoptions() & 1;
67 push( @modes, "poll()" ) if Term::ReadKey::blockoptions() & 2;
68 push( @modes, "select()" ) if Term::ReadKey::blockoptions() & 4;
69 push( @modes, "Win32" ) if Term::ReadKey::blockoptions() & 8;
H A D01_basic.t7 use_ok 'Term::ReadKey';
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h104 internal_key_type ReadKey(const unsigned char *d, unsigned);
154 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
226 internal_key_type ReadKey(const unsigned char* d, unsigned);
276 static internal_key_type ReadKey(const unsigned char *d, unsigned);
H A DMultiOnDiskHashTable.h161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
H A DGlobalModuleIndex.cpp103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anoncf781a4d0311::IdentifierIndexReaderTrait
H A DASTReader.cpp886 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait
952 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase
1140 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait
1896 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait
4352 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST()
8632 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in DecodeIdentifierInfo()
8813 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/
H A DCredentials.pm74 Term::ReadKey::ReadMode("noecho");
84 Term::ReadKey::ReadMode("restore");
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DState.pm301 require Term::ReadKey;
302 my @l = Term::ReadKey::GetTermSizeGWINSZ(\*STDOUT);
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h387 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
528 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
574 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm767 if (eval {require Term::ReadKey; 1}) {
768 Term::ReadKey::ReadMode(4);
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool16 use Term::ReadKey;
311 $key = lc ReadKey(0);
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h474 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function
601 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function
H A DInstrProfReader.h468 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod48 Term::ReadKey CPAN
102 The L<Term::ReadKey> module from CPAN offers an easy-to-use interface that
106 use Term::ReadKey;
108 $key = ReadKey(0);
169 L<Term::ReadKey> module from CPAN, passing it an argument of -1 to indicate
172 use Term::ReadKey;
176 if (defined (my $char = ReadKey(-1)) ) {
232 If you have L<Term::ReadKey> module installed from CPAN,
236 use Term::ReadKey;
264 You can also do this for most systems using the L<Term::ReadKey> modul
[all...]
H A Dperlfaq5.pod1210 the Term::ReadKey module from CPAN or use the sample code in
1264 The Term::ReadKey module from CPAN may be easier to use. Recent versions
1267 use Term::ReadKey;
1271 my $key = ReadKey 0, $tty;
1278 The very first thing you should do is look into getting the Term::ReadKey
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat352 Term::ReadKey
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebug.pod1148 the L<Term::ReadKey> and one of the C<Term::ReadLine::*> modules from CPAN (such as

12