Searched refs:noset (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/dd/ |
H A D | args.c | 76 uint64_t set, noset; member 124 if (ddflags & ap->noset) in jcl() 259 uint64_t set, noset; member 276 if (ddflags & ip->noset) in f_iflag() 348 uint64_t set, noset; member 386 if (ddflags & cp->noset) in f_conv()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 772 int ch, noinit, noset, quiet, Sflag, sflag, showterm; in main() local 784 noinit = noset = quiet = Sflag = sflag = showterm = 0; in main() 818 noset = 1; in main() 862 reset_tty_settings(my_fd, &mode, noset); in main() 869 if (!noset) { in main() 899 if (noset) { in main()
|
H A D | reset_cmd.c | 272 reset_tty_settings(int fd, TTY * tty_settings, int noset) in reset_tty_settings() argument 375 if (!noset) { in reset_tty_settings()
|