12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.iaction(Input) INTEGER(4). The action to perform.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFTCFLOW subroutine suspends or resumes transmission or reception of data from theterminal referred to by ifildes. The action performed depends on the value of iaction, which mustbe one of the following constant names:Constant 1TCOOFFTCOONTCIOFFTCIONActionOutput is suspended.Output is resumed.A STOP character is transmitted. This should cause the terminal to stoptransmitting data to the system.A START character is transmitted. This should cause the terminal to resumetransmitting data to the system.1. These names can be used in PXFCONST or IPXFCONST.See Also: “IPXFCONST”, “PXFCONST”PXFTCFLUSHPOSIX Subroutine: Discards terminal input data, output data, or both. This subroutine is onlyavailable on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFTCFLUSH (ifildes, iaction, ierror)ifildes(Input) INTEGER(4). The file descriptor associated with the terminal.iaction(Input) INTEGER(4). The action to perform.2-345

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!