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

/macosx-10.10/zsh-61/zsh/Src/
H A Dtext.c906 } else if (f->fd1 != (IS_READFD(f->type) ? 0 : 1))
H A Dzsh.h341 #define IS_READFD(X) (((X)>=REDIR_READWRITE && (X)<=REDIR_MERGEIN) || (X)==REDIR_INPIPE) macro
H A Dparse.c1849 fd1 = IS_READFD(type) ? 0 : 1;

Completed in 206 milliseconds