Searched refs:wflag (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dwc.lex42 int wflag = 0; /* 1 if we count # of words */
53 wflag = 1;
64 if(lflag == 0 && wflag == 0 && cflag == 0){
65 lflag = wflag = cflag = 1; /* default to all on */
90 if(wflag){
117 if(wflag){
/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dwsconsctl.c77 int aflag, dflag, kflag, mflag, wflag; local
89 wflag = 0;
118 wflag = 1;
135 if (aflag != 0 && wflag != 0)
184 if (wflag != 0) {
/netbsd-6-1-5-RELEASE/usr.bin/lastcomm/
H A Dlastcomm.c80 int ch, wflag, lwidth; local
84 wflag = 0;
93 wflag = 1;
120 lwidth = (int)fldsiz(acct, ac_comm) - ((wflag)? 0: 6);
135 if (!wflag)
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dmain1.c84 int wflag; variable
166 case 'w': wflag = 1; break;
H A Derr.c457 if (wflag)
H A Dexterns1.h51 extern int wflag;
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dtree.c108 if (!wflag)
113 if (!wflag)
H A Dctags.h75 extern int wflag; /* -w: suppress warnings */
H A Dctags.c76 int wflag; /* -w: suppress warnings */ variable
122 wflag++;
/netbsd-6-1-5-RELEASE/usr.bin/videoctl/
H A Dvideoctl.c68 static bool wflag = false; variable
121 wflag = true;
132 if (wflag && aflag)
135 if (wflag && argc == 0)
141 if (!wflag && !aflag && argc == 0)
148 video_fd = open(video_dev, wflag ? O_RDWR : O_RDONLY);
154 } else if (wflag) {
/netbsd-6-1-5-RELEASE/usr.bin/audio/ctl/
H A Dctl.c333 int aflag = 0, wflag = 0; local
348 wflag++;
378 if (!wflag)
381 if (argc == 0 && aflag && !wflag) {
389 if (wflag) {
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dpathconf.c78 int Aflag, aflag, nflag, wflag, stdinflag; variable
H A Dsysctl.c247 int Aflag, aflag, dflag, Mflag, nflag, qflag, rflag, wflag, xflag; variable
294 wflag++;
310 wflag++;
325 /* if ((xflag || rflag) && wflag)
902 if (!wflag) {
974 if (!wflag) {
1456 if (!wflag) {
1502 if (!wflag) {
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dgrep.h115 qflag, sflag, vflag, wflag, xflag;
H A Dgrep.c117 bool wflag; /* -w: pattern must start and end on word boundaries */ variable
564 wflag = true;
H A Dfastgrep.c95 fg->word = wflag;
/netbsd-6-1-5-RELEASE/usr.bin/mixerctl/
H A Dmixerctl.c323 int aflag = 0, wflag = 0; local
341 wflag++;
431 if (argc == 0 && aflag && !wflag) {
438 if (wflag)
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dps.c203 int prtheader, wflag, what, xflg, mode, showlwps; local
221 fmt = prtheader = wflag = xflg = showlwps = 0;
354 if (wflag)
358 wflag++;
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c98 int wflag; /* true if -w flag: wide printout */ variable
186 wflag = 1;
332 if (!wflag && maxhost > (ttywidth / 3))
342 if (wflag)
/netbsd-6-1-5-RELEASE/usr.sbin/tadpolectl/
H A Dtadpolectl.c47 int aflag, nflag, wflag, dev; variable
687 if (!wflag)
704 if (wflag) {
752 wflag = 1;
/netbsd-6-1-5-RELEASE/usr.bin/usbhidctl/
H A Dusbhid.c825 int aflag, lflag, nflag, rflag, wflag, zflag; local
831 aflag = lflag = nflag = rflag = verbose = wflag = zflag = 0;
858 wflag = 1;
871 if (dev == NULL || (lflag && (wflag || rflag))) {
895 if (wflag)
913 if (!wflag)
/netbsd-6-1-5-RELEASE/usr.bin/sdiff/
H A Dsdiff.c158 size_t diffargc = 0, wflag = WIDTH; local
235 wflag = strtonum(optarg, WIDTH_MIN,
284 width = (wflag - 3) / 2;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dmga_drm.h134 unsigned int wflag; member in struct:__anon8560
H A Dmga_state.c84 MGA_WFLAG, ctx->wflag, MGA_ZORG, dev_priv->depth_offset);
108 MGA_WFLAG, ctx->wflag,
111 DMA_BLOCK(MGA_WFLAG1, ctx->wflag,
/netbsd-6-1-5-RELEASE/usr.bin/pr/
H A Dpr.c1591 int wflag = 0; local
1740 ++wflag;
1777 if (!wflag) {

Completed in 303 milliseconds

12