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

/freebsd-9.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-9.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-9.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-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c110 static int Vflag; variable
498 Vflag = 1;
708 if (Vflag) {

Completed in 99 milliseconds