/src/bin/pax/ |
pax.c | 87 int vflag; /* produce verbose output */ variable in typeref:typename:int 93 int Vflag; /* produce somewhat verbose output (no listing) */ 354 * or any dirs we may have read. Set vflag and vfpart so the user 357 vflag = vfpart = 1;
|
/src/bin/ksh/ |
c_ksh.c | 432 int pflag = 0, vflag = 0, Vflag = 0; local in function:c_whence 445 vflag = 1; 448 Vflag = 1; 465 vflag = Vflag; 470 while ((vflag || ret == 0) && (id = *wp++) != NULL) { 472 if ((iam_whence || vflag) && !pflag) 481 if (vflag || (tp->type != CALIAS && tp->type != CEXEC 486 if (vflag) [all...] |
/src/usr.bin/xlint/xlint/ |
xlint.c | 96 static bool Cflag, dflag, Fflag, iflag, sflag, tflag, Vflag; 293 if (Vflag) { 745 Vflag = true;
|
/src/usr.bin/netstat/ |
main.c | 93 int Vflag; 94 int vflag; variable in typeref:typename:int 521 Vflag++; 524 vflag = RT_VFLAG; 655 nflag|tagflag|vflag|Lflag, 0, ~0);
|
/src/lib/libc/time/ |
zdump.c | 465 bool vflag; local in function:main 466 bool Vflag; 492 vflag = Vflag = false; 499 case 'v': vflag = true; break; 500 case 'V': Vflag = true; break; 510 if (iflag | vflag | Vflag) { 567 if (iflag | vflag | Vflag) [all...] |