Searched refs:oldterm (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c61 TERMINAL *oldterm; local
66 oldterm = cur_term;
82 T((T_RETURN("%p"), oldterm));
83 return (oldterm);
/freebsd-10.1-release/sys/boot/userboot/test/
H A Dtest.c49 struct termios term, oldterm; variable in typeref:struct:
355 tcsetattr(0, TCSAFLUSH, &oldterm);
462 oldterm = term;
/freebsd-10.1-release/usr.sbin/bhyveload/
H A Dbhyveload.c94 static struct termios term, oldterm; variable in typeref:struct:
500 tcsetattr(consout_fd, TCSAFLUSH, &oldterm);
725 oldterm = term;

Completed in 97 milliseconds