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

/macosx-10.10/zsh-61/zsh/Src/
H A Dparse.c739 ecbuf[p] = WCB_PIPE(WC_PIPE_MID, (line >= 0 ? line + 1 : 0));
763 ecbuf[p] = WCB_PIPE(WC_PIPE_MID, (line >= 0 ? line + 1 : 0));
772 ecbuf[p] = WCB_PIPE(WC_PIPE_END, (line >= 0 ? line + 1 : 0));
1747 (void)ecadd(WCB_PIPE(WC_PIPE_END, 0));
H A Dzsh.h790 #define WCB_PIPE(T,L) wc_bld(WC_PIPE, ((T) | ((L) << 1))) macro
H A Dbuiltin.c3007 p->prog[2] = WCB_PIPE(WC_PIPE_END, 0);

Completed in 203 milliseconds