Lines Matching +full:input +full:- +full:only

34 to control input character interpretation and editing,
37 Terminal input
43 Input modes
47 In raw mode all input is passed through to the
49 In cbreak mode, the handler interprets input only by looking
52 In cooked mode, input
53 is processed to provide standard line-oriented local editing functions,
54 and input is presented on a line-by-line basis.
58 Interrupt characters are interpreted by the terminal handler only in
66 all input up to the stop character has been read.
70 When the terminal is in cooked mode, editing of an input line
72 character or word, or deletion of the current input line.
74 input line after some number of editing operations have been applied.
78 the end of an input record. The \fIend of file\fP character simulates
79 an end of file occurrence on terminal input. Flow control is provided
82 character\fP may be used to force literal input of the immediately
83 following character in the input line.
85 Input characters may be echoed to the terminal as they are received.
86 Non-graphic ASCII input characters may be echoed as a two-character
93 two character return-linefeed sequence,
96 for upper-case only terminals.
106 \(dg The control interface described here is an internal interface only
108 based on currently-proposed standards.
113 short tt_ispeed; /* input speed */
114 int tt_iflags; /* input flags */
130 char tc_eofc; /* end-of-file */
131 char tc_brkc; /* input delimiter (like nl) */
155 tapes, but may represent any random-access device.
156 The system performs read-modify-write type buffering actions on block
167 by buffering and permitting large block input/output and positioning