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

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h337 #define IS_WRITE_FILE(X) ((X)>=REDIR_WRITE && (X)<=REDIR_READWRITE) macro
338 #define IS_APPEND_REDIR(X) (IS_WRITE_FILE(X) && ((X) & 2))
339 #define IS_CLOBBER_REDIR(X) (IS_WRITE_FILE(X) && ((X) & 1))
H A Dexec.c3006 if (isset(RESTRICTED) && IS_WRITE_FILE(fn->type)) {

Completed in 194 milliseconds