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

  /src/sys/arch/zaurus/stand/zboot/
unixcons.c 158 struct linux_termios orig_termios, raw_termios; local in function:awaitkey
163 linux_tcgetattr(infd, &orig_termios);
164 raw_termios = orig_termios;
189 linux_tcsetattr(infd, LINUX_TCSETS, &orig_termios);
  /src/lib/libcurses/
tstp.c 249 &_cursesi_screen->orig_termios) ? ERR : OK;
298 &_cursesi_screen->orig_termios);
344 &_cursesi_screen->orig_termios) ? ERR : OK;
tty.c 114 if (tcgetattr(fileno(screen->infd), &screen->orig_termios)) {
116 if (tcgetattr(fileno(screen->outfd), &screen->orig_termios)) {
125 screen->baset = screen->orig_termios;
curses_private.h 267 struct termios orig_termios, baset, savedtty; member in struct:__screen

Completed in 12 milliseconds