Lines Matching defs:PerlIO
1174 may contain input and output L<PerlIO|perlapio> objects or a C<DIR *>
1184 The IO object contains an input and output PerlIO handle:
1186 PerlIO *IoIFP(IO *io);
1187 PerlIO *IoOFP(IO *io);
1190 =for apidoc Amh|PerlIO *|IoIFP|IO *io
1191 =for apidoc Amh|PerlIO *|IoOFP|IO *io
1196 same PerlIO object.
1198 Distinct input and output PerlIO objects are created for sockets and
2379 =head1 PerlIO
2385 was compiled with. All XSUBs should now use the functions in the PerlIO
2389 For a complete description of the PerlIO abstraction, consult L<perlapio>.