Searched refs:tio (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | sshtty.c | 71 struct termios tio; in enter_raw_mode() local 73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode() 78 _saved_tio = tio; in enter_raw_mode() 79 tio.c_iflag |= IGNPAR; in enter_raw_mode() 80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode() 82 tio.c_iflag &= ~IUCLC; in enter_raw_mode() 84 tio.c_lflag &= ~(ISIG | ICANON | ECHO | ECHOE | ECHOK | ECHONL); in enter_raw_mode() 86 tio.c_lflag &= ~IEXTEN; in enter_raw_mode() 88 tio.c_oflag &= ~OPOST; in enter_raw_mode() 89 tio.c_cc[VMIN] = 1; in enter_raw_mode() [all …]
|
D | ttymodes.c | 283 struct termios tio; in tty_make_modes() local 305 if (tcgetattr(fd, &tio) == -1) { in tty_make_modes() 310 tio = *tiop; in tty_make_modes() 313 baud = speed_to_baud(cfgetospeed(&tio)); in tty_make_modes() 316 baud = speed_to_baud(cfgetispeed(&tio)); in tty_make_modes() 323 put_arg(&buf, special_char_encode(tio.c_cc[NAME])); in tty_make_modes() 327 put_arg(&buf, ((tio.FIELD & NAME) != 0)); in tty_make_modes() 351 struct termios tio; in tty_parse_modes() local 374 if (tcgetattr(fd, &tio) == -1) { in tty_parse_modes() 392 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes() [all …]
|
D | serverloop.c | 474 struct termios tio; in process_output() local 496 tcgetattr(fdin, &tio) == 0 && in process_output() 497 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) { in process_output()
|
D | mux.c | 102 struct termios tio; member 435 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1) in process_mux_new_session() 1376 cctx->term, &cctx->tio, c->rfd, &cctx->cmd, cctx->env); in mux_session_confirm()
|
D | channels.c | 1715 struct termios tio; local 1783 if (tcgetattr(c->wfd, &tio) == 0 && 1784 !(tio.c_lflag & ECHO) && (tio.c_lflag & ICANON)) {
|
/external/strace/ |
D | term.c | 79 struct termio tio; in decode_termio() local 86 if (umove_or_printaddr(tcp, addr, &tio)) in decode_termio() 90 printxval(baud_options, tio.c_cflag & CBAUD, "B???"); in decode_termio() 92 (tio.c_oflag & OPOST) ? "" : "-", in decode_termio() 93 (tio.c_lflag & ISIG) ? "" : "-", in decode_termio() 94 (tio.c_lflag & ICANON) ? "" : "-", in decode_termio() 95 (tio.c_lflag & ECHO) ? "" : "-"); in decode_termio() 99 (long) tio.c_iflag, (long) tio.c_oflag); in decode_termio() 101 (long) tio.c_cflag, (long) tio.c_lflag); in decode_termio() 102 tprintf("c_line=%u, ", tio.c_line); in decode_termio() [all …]
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 186 struct termios tio; in openpty() 208 if (tcgetattr(*amaster, &tio) != -1) { in openpty() 209 tio.c_lflag |= (ECHO | ISIG | ICANON); in openpty() 210 tio.c_oflag |= (OPOST | ONLCR); in openpty() 211 tio.c_iflag |= ICRNL; in openpty() 212 tcsetattr(*amaster, TCSANOW, &tio); in openpty()
|
/external/icu/icu4c/source/data/rbnf/ |
D | sv.txt | 56 "10: tio;", 95 "10: tio;",
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.pat.txt | 3901 1tio
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 7529 1tio
|
/external/e2fsprogs/po/ |
D | ca.po | 4389 msgstr "ràtio de nodes-i %s no vàlida (mín %d/màx %d)" 4625 msgstr "hi ha massa nodes-i (%llu), voleu incrementar-ne la ràtio?" 5047 msgstr "ràtio de blocs reservats errònia - %s"
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1901.pat.txt | 18163 3tio
|
D | hyph-de-1996.pat.txt | 17923 3tio
|
D | hyph-de-ch-1901.pat.txt | 17936 3tio
|