HomeSort by: relevance | last modified time | path
    Searched defs:Vflag (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlcat.c 70 static int vflag; variable
84 int opt, Vflag, Nflag;
96 vflag = Vflag = Nflag = 0;
102 vflag = 1;
105 Vflag = 1;
108 Vflag = 0;
125 rl_variable_bind ("editing-mode", Vflag ? "vi" : "emacs");
145 if (vflag && isascii ((unsigned char)c) && isprint((unsigned char)c) == 0)
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlcat.c 70 static int vflag; variable
84 int opt, Vflag, Nflag;
96 vflag = Vflag = Nflag = 0;
102 vflag = 1;
105 Vflag = 1;
108 Vflag = 0;
125 rl_variable_bind ("editing-mode", Vflag ? "vi" : "emacs");
145 if (vflag && isascii ((unsigned char)c) && isprint((unsigned char)c) == 0)
  /src/bin/pax/
pax.c 87 int vflag; /* produce verbose output */ variable
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/external/gpl2/groff/dist/src/roff/groff/
groff.cpp 115 int vflag = 0; local
116 int Vflag = 0;
187 Vflag++;
190 vflag = 1;
307 if (vflag)
352 if (lflag && !vflag && !Xflag && spooler) {
426 if (Vflag)
427 print_commands(Vflag == 1 ? stdout : stderr);
428 if (Vflag == 1)
430 return run_commands(vflag);
    [all...]
  /src/bin/ksh/
c_ksh.c 432 int pflag = 0, vflag = 0, Vflag = 0; local
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
521 Vflag++;
524 vflag = RT_VFLAG;
655 nflag|tagflag|vflag|Lflag, 0, ~0);
  /src/lib/libc/time/
zdump.c 413 bool vflag; local
414 bool Vflag;
440 vflag = Vflag = false;
447 case 'v': vflag = true; break;
448 case 'V': Vflag = true; break;
458 if (iflag | vflag | Vflag) {
515 if (iflag | vflag | Vflag)
    [all...]

Completed in 22 milliseconds