Searched refs:oldflag (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/ppp/ |
| H A D | tty.c | 435 int oldflag; in tty_Raw() local 464 oldflag = fcntl(p->fd, F_GETFL, 0); in tty_Raw() 465 if (oldflag < 0) in tty_Raw() 467 fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK); in tty_Raw() 495 int oldflag; in tty_Cooked() local 509 if ((oldflag = fcntl(p->fd, F_GETFL, 0)) != -1) in tty_Cooked() 510 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in tty_Cooked() 678 int oldflag; in tty_Create() local 752 oldflag = fcntl(p->fd, F_GETFL, 0); in tty_Create() 753 if (oldflag < 0) { in tty_Create() [all …]
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | free_ttype.c | 98 int oldflag = _nc_user_definable; in use_extended_names() local 103 returnBool(oldflag); in use_extended_names()
|