Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/lib/Tie/
DHandle.pm213 sub SEEK { seek($_[0],$_[1],$_[2]) } subroutine
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/via/
Dvia.xs29 CV *SEEK; member
367 PerlIOVia_method(aTHX_ f, MYMethod(SEEK), G_SCALAR, offsv, whsv, in PerlIOVia_seek()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod858 OPEN, EOF, FILENO, SEEK, TELL - if the corresponding perl operators are
Dperltoc.pod17763 $obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh), $obj->TELL($fh),
20648 EOF this, TELL this, SEEK this, offset, whence, DESTROY this
Dperlfunc.pod6250 SEEK this, position, whence
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.617806 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.