Searched refs:Vflag (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/examples/
H A Drlcat.c81 int opt, Vflag, Nflag; local
89 vflag = Vflag = Nflag = 0;
98 Vflag = 1;
101 Vflag = 0;
118 rl_variable_bind ("editing-mode", Vflag ? "vi" : "emacs");
/freebsd-10.0-release/bin/sh/
H A Doptions.h56 #define Vflag optlist[9].val macro
H A Dhistedit.c84 #define editing (Eflag || Vflag)
140 if (Vflag)
H A Doptions.c299 Vflag = 0;
/freebsd-10.0-release/usr.bin/sort/
H A Dsort.h118 bool Vflag; member in struct:sort_mods
H A Dsort.c202 return (!(sm->Mflag || sm->Vflag || sm->nflag || sm->gflag ||
605 sm->Vflag = true;
H A Dfile.c1274 if (!(sm->Mflag) && !(sm->Rflag) && !(sm->Vflag) && !(sm->Vflag) &&
H A Dcoll.c463 else if (sm->Vflag)
/freebsd-10.0-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp114 int Vflag = 0; local
184 Vflag++;
420 if (Vflag)
421 print_commands(Vflag == 1 ? stdout : stderr);
422 if (Vflag == 1)
/freebsd-10.0-release/usr.bin/xlint/xlint/
H A Dxlint.c110 static int Vflag; variable
498 Vflag = 1;
708 if (Vflag) {

Completed in 104 milliseconds