Home
last modified time | relevance | path

Searched refs:IS_APPEND_REDIR (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dzsh.h414 #define IS_APPEND_REDIR(X) (IS_WRITE_FILE(X) && ((X) & 2)) macro
H A Dexec.c3793 else if (IS_APPEND_REDIR(fn->type)) in execcmd_exec()