Searched refs:clear_flags (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 79 #define clear_flags(target, mask) target &= ~((unsigned)(mask)) macro 315 clear_flags(tty_settings->c_iflag, (IGNBRK in reset_tty_settings() 331 clear_flags(tty_settings->c_oflag, (0 in reset_tty_settings() 357 clear_flags(tty_settings->c_cflag, mask); in reset_tty_settings() 360 clear_flags(tty_settings->c_lflag, (ECHONL in reset_tty_settings() 478 clear_flags(tty_settings->c_oflag, ONLCR); in set_conversions() 479 clear_flags(tty_settings->c_iflag, ICRNL); in set_conversions() 484 clear_flags(tty_settings->c_oflag, OXTABS); in set_conversions()
|
| /freebsd/sys/net/ |
| H A D | if_var.h | 618 int if_setdrvflagbits(if_t ifp, int if_setflags, int clear_flags);
|
| H A D | if.c | 4256 if_setdrvflagbits(if_t ifp, int set_flags, int clear_flags) in if_setdrvflagbits() argument 4258 ifp->if_drv_flags &= ~clear_flags; in if_setdrvflagbits()
|