Lines Matching refs:output
125 output queues of a terminal device. These queues implement a form of
147 @cindex terminal output queue
148 The @dfn{terminal output queue} is like the input queue, but for output;
150 transmitted to the terminal. If output flow control is enabled by
153 stop and restart transmission of output.
157 terminal output queue means discarding any characters that have been
204 input and output are done. The functions, data structures, and symbolic
220 * Output Modes:: Flags controlling low-level output handling.
248 A bit mask specifying flags for output modes; see @ref{Output Modes}.
262 encode input and output transmission speeds, but the representation is
323 The @var{when} argument specifies how to deal with input and output
333 Make the change after waiting until all queued output has been written.
335 output.
387 attributes affects input and output to all of these file
483 parity errors on input, but still generate parity on output.
532 clears the terminal input and output queues and raises a @code{SIGINT}
574 If this bit is set, start/stop control on output is enabled. In other
575 words, if the computer receives a STOP character, it suspends output
585 If this bit is set, any input character restarts output when output has
587 character restarts output.
605 output characters are translated and padded for display. All of these
617 If this bit is set, output data is processed in some unspecified way so
629 If this bit is set, convert the newline character on output into a pair
635 If this bit is set, convert tab characters on output into the appropriate
644 output. These characters cause many dial-up terminals to disconnect.
709 If this bit is not set, no parity bit is added to output characters, and
753 If this bit is set, enable flow control of output based on the CTS wire
765 If this bit is set, enable carrier-based flow control of output.
908 Normally, the INTR, QUIT, and SUSP characters cause input and output
940 While this bit is set, all output is discarded. @xref{Other Special}.
984 one for output. You can set them independently, but most often
998 This function returns the output line speed stored in the structure
1012 This function stores @var{speed} in @code{*@var{termios-p}} as the output
1038 input and output speeds. The normal return value is @math{0}; a value
1174 suspended output.
1176 they can discard output, and print status.
1302 the current input line. If some asynchronous output has come while you
1407 suspended output; the START character itself is discarded. If
1409 output; the resuming character is not discarded unless it is the START
1427 output to be suspended; the STOP character itself is discarded. If
1467 discard-output flag. When this flag is set, all program output is
1468 discarded. Setting the flag also discards all output currently in the
1469 output buffer. Typing any other character resets the flag.
1630 This structure is an input or output parameter list for @code{gtty} and
1637 Line speed for output
1674 output: if any of these functions is used by a background process on its
1712 @cindex flushing terminal output queue
1713 @cindex terminal output queue, flushing
1719 output to the terminal @var{filedes} has been transmitted.
1753 The @code{tcflush} function is used to clear the input and/or output
1766 Clear any output data written, but not yet transmitted.
1770 Clear both queued input and output.
1790 until all output is transmitted---and using it for discarding input or
1791 output would be confusing. Unfortunately, the name @code{tcflush} comes
1812 Suspend transmission of output.
1815 Restart transmission of output.