Lines Matching full:chars
114 /* # of chars looked ahead (to find software flow control chars) */
1208 * n_tty_receive_char_flow_ctrl - receive flow control chars
1215 * In case lookahead for flow control chars already handled the character in
1648 * @cp: input chars
1649 * @fp: flags for each char (if %NULL, all chars are %TTY_NORMAL)
1650 * @count: number of input chars in @cp
1658 * Returns: the # of input chars from @cp which were processed.
1660 * In canonical mode, the maximum line length is 4096 chars (including the line
1661 * termination char); lines longer than 4096 chars are truncated. After 4095
1662 * chars, input data is still processed but not stored. Overflow processing
1666 * In non-canonical mode, the read buffer will only accept 4095 chars; this
1670 * Note it is possible for the read buffer to _contain_ 4096 chars in
1672 * line of 4096 chars when the mode is switched to non-canonical.
1690 * When PARMRK is set, each input char may take up to 3 chars in n_tty_receive_buf_common()
2481 /* Skip EOF-chars.. */ in inq_canon()