qiflush, noqiflush [ MPE/iX Developer's Kit Reference Manual Volume II ] MPE/iX 5.0 Documentation
MPE/iX Developer's Kit Reference Manual Volume II
qiflush, noqiflush
The qiflush and noqiflush set of routines is used to control the flush of
input and output on interrupt.
Syntax
#include <curses.h>
void qiflush();
void noqiflush();
Return Values
None
Description
The qiflush() routine flushes input and output queues when an interrupt,
quit, or suspend character is sent to the terminal. The noqiflush()
routine does not flush input and output queues when these characters are
sent.
Implementation Considerations
UNIX System V implementation
See Also
flushinp(), intrflush()
Portability
UNIX System V
MPE/iX 5.0 Documentation