Home
last modified time | relevance | path

Searched refs:oldflag (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/usr.sbin/ppp/
HDtty.c436 int oldflag; in tty_Raw() local
465 oldflag = fcntl(p->fd, F_GETFL, 0); in tty_Raw()
466 if (oldflag < 0) in tty_Raw()
468 fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK); in tty_Raw()
496 int oldflag; in tty_Cooked() local
510 if ((oldflag = fcntl(p->fd, F_GETFL, 0)) != -1) in tty_Cooked()
511 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in tty_Cooked()
679 int oldflag; in tty_Create() local
753 oldflag = fcntl(p->fd, F_GETFL, 0); in tty_Create()
754 if (oldflag < 0) { in tty_Create()
[all …]
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDfree_ttype.c98 int oldflag = _nc_user_definable; in use_extended_names() local
103 returnBool(oldflag); in use_extended_names()