HomeSort by: relevance | last modified time | path
    Searched refs:Eflag (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/ypserv/mkalias/
mkalias.c 98 check_host(char *address, char *host, int dflag, int uflag, int Eflag)
115 if ((status == -1) && Eflag)
146 int eflag = 0; local in function:main
152 int Eflag = 0;
174 eflag++; /* Check hostname */
178 eflag++; /* Check hostname */
179 Eflag++; /* .. even check MX records */
267 if (eflag && check_host(val.dptr, host, dflag, uflag, Eflag)) {
  /src/usr.bin/grep/
grep.h 117 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
  /src/bin/sh/
option.list 38 eflag errexit e # exit on command error ($? != 0)
79 Eflag emacs E V # enable emacs style editing
histedit.c 110 #define editing (Eflag || Vflag)
113 Eflag ? '-' : '+', Vflag ? '-' : '+', iflag ? "" : "not "));
200 else if (Eflag)

Completed in 18 milliseconds