Home
last modified time | relevance | path

Searched defs:GETC (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/
H A DNull.pm16 sub GETC { } subroutine
/openbsd-src/gnu/usr.bin/perl/lib/Tie/
H A DHandle.pm173 sub GETC { subroutine
H A DStdHandle.pm61 sub GETC { getc($_[0]) } subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DTester.pm672 sub GETC { } subroutine
/openbsd-src/usr.bin/ctags/
H A Dctags.h45 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm555 sub GETC { shift->getc(@_) } subroutine