HomeSort by: relevance | last modified time | path
    Searched defs:orig_termios (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
unixcons.c 158 struct linux_termios orig_termios, raw_termios; local
163 linux_tcgetattr(infd, &orig_termios);
164 raw_termios = orig_termios;
189 linux_tcsetattr(infd, LINUX_TCSETS, &orig_termios);
  /src/external/mit/libuv/dist/src/unix/
tty.c 66 static struct termios orig_termios; variable in typeref:struct:termios
298 rc = tcgetattr(fd, &tty->orig_termios);
310 orig_termios = tty->orig_termios;
317 tmp = tty->orig_termios;
365 uv__tcsetattr(fd, TCSANOW, &orig_termios);
497 err = uv__tcsetattr(orig_termios_fd, TCSANOW, &orig_termios);
  /src/lib/libcurses/
curses_private.h 267 struct termios orig_termios, baset, savedtty; member in struct:__screen

Completed in 18 milliseconds