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

  /src/bin/csh/
exp.c 55 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */
56 #define NOGLOB 2 /* in ignore, it means not to globone */
98 exp0(Char ***vp, int ignore)
102 p1 = exp1(vp, ignore);
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
120 exp1(Char ***vp, int ignore)
124 p1 = csh_exp2(vp, ignore);
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 87 DONTKNOW, NOFIX, FIX, IGNORE
  /src/usr.sbin/timed/timed/
globals.h 97 #define IGNORE 4
98 #define ALL (SLAVE|MASTER|IGNORE)
  /src/sbin/fsck_ext2fs/
fsck.h 116 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
  /src/sbin/fsck_ffs/
fsck.h 181 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};

Completed in 11 milliseconds