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

/freebsd-current/contrib/ncurses/progs/
H A Dtset.c779 bool opt_w = FALSE; /* set window-size */ local
833 opt_w = TRUE;
847 if (!opt_c && !opt_w)
848 opt_c = opt_w = TRUE;
871 if (opt_w) {
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
125 opt_w = 1;
142 if (opt_S && !opt_w) {
150 fd = open(argv[i], (opt_w ? O_RDWR : O_RDONLY) | O_DIRECT);
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c96 static int opt_w; /* Wide print area for addresses */ variable
1131 offset += opt_w ? 46 : 22;
1136 offset += opt_w ? 46 : 22;
1144 offset += opt_w ? 92 : 44;
1193 offset += opt_w ? 92 : 44;
1302 opt_w ? 45 : 21, "LOCAL ADDRESS",
1303 opt_w ? 45 : 21, "FOREIGN ADDRESS");
1498 opt_w = 1;

Completed in 179 milliseconds