HomeSort by: relevance | last modified time | path
    Searched defs:orig_termios (Results 1 - 2 of 2) 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/
curses_private.h 267 struct termios orig_termios, baset, savedtty; member in struct:__screen

Completed in 15 milliseconds