Searched refs:COND_NT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c365 case COND_NT:
383 return !((ctype == COND_NT) ? nsecs > GET_ST_MTIME_NSEC(*st) :
387 return !((ctype == COND_NT) ? a > st->st_mtime : a < st->st_mtime);
H A Dzsh.h554 #define COND_NT 7 macro
H A Dparse.c2234 ecadd(WCB_COND(t0 + COND_NT, 0));

Completed in 195 milliseconds