Searched refs:IS_CLOBBER_REDIR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h339 #define IS_CLOBBER_REDIR(X) (IS_WRITE_FILE(X) && ((X) & 1)) macro
H A Dexec.c1945 if (isset(CLOBBER) || IS_CLOBBER_REDIR(f->type))
3153 (unset(CLOBBER) && !IS_CLOBBER_REDIR(fn->type)) ?

Completed in 73 milliseconds