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

/freebsd-10.3-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.3-release/usr.sbin/uefisign/
H A Duefisign.h82 bool Vflag, bool vflag);
H A Duefisign.c338 bool Vflag = false, vflag = false; local
349 Vflag = true;
373 if (Vflag) {
404 return (child(inpath, outpath, pipefds[1], Vflag, vflag));
406 if (!Vflag) {
H A Dchild.c231 bool Vflag, bool vflag)
253 if (Vflag) {
230 child(const char *inpath, const char *outpath, int pipefd, bool Vflag, bool vflag) argument
/freebsd-10.3-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.3-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 ||
609 sm->Vflag = true;
H A Dfile.c1238 if (!(sm->Mflag) && !(sm->Rflag) && !(sm->Vflag) && !(sm->Vflag) &&
H A Dcoll.c463 else if (sm->Vflag)
/freebsd-10.3-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.3-release/usr.bin/xlint/xlint/
H A Dxlint.c110 static int Vflag; variable
508 Vflag = 1;
718 if (Vflag) {

Completed in 143 milliseconds