Lines Matching refs:mode

356  * TS_MEUC set (multi-byte mode).  Nobody would ever think of actually
788 * mode (as we're in ICANON mode), and turn on "old-style
789 * NODELAY" mode.
854 * head (?), turn on byte-stream mode, and turn off
855 * "old-style NODELAY" mode.
1725 * Do canonical mode input; check whether this character is to be
1824 * the EOF as data; if we're in XCASE mode and the current
1841 * If we're in XCASE mode, and the current
1892 * not in multi-byte mode; the overhead is subtracting
1954 * In multi-byte mode, we have to keep track of where we are.
1959 * line, but we're in multi-byte mode. In that case, we may
2619 * about DEFECHO mode?
3096 * off indicating raw mode
3559 * mode we'll have lots of ASCII
3638 * multi-byte mode, we HAVE to look at
3702 * multi-byte mode, we use "t_eucign" to help
3754 } else { /* ho hum, ASCII mode... */
4016 ldterm_dosig(queue_t *q, int sig, uchar_t c, int mtype, int mode)
4026 if (mode) {
4035 if (mode & FLUSHR) {
4037 (void) putnextctl1(WR(q), M_FLUSH, mode);
4043 if (mode & FLUSHW) {
4775 * Send an M_SETOPTS message upstream if any mode changes are being
4788 * Canonical mode is changing state; switch the
4790 * mode. Also, rerun the service procedure so it can
4800 * if there is a pending raw mode timeout,
5113 "ldterm: tty at addr %p in multi-byte mode --",
5199 __ldterm_dispwidth_euc(uchar_t c, void *p, int mode)
5209 return (mode ? 2 : EUC_BSWIDTH);
5213 return (mode ? 2 : EUC_CRWIDTH);
5215 return (mode ? 2 : 0);
5260 __ldterm_dispwidth_pccs(uchar_t c, void *p, int mode)
5271 return (mode ? 2 : EUC_BSWIDTH);
5275 return (mode ? 2 : EUC_CRWIDTH);
5277 return (mode ? 2 : 0);
5320 __ldterm_dispwidth_utf8(uchar_t c, void *p, int mode)
5330 return (mode ? 2 : EUC_BSWIDTH);
5334 return (mode ? 2 : EUC_CRWIDTH);
5336 return (mode ? 2 : 0);