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

/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h737 #define wc_bld(C,D) (((wordcode) (C)) | (((wordcode) (D)) << WC_CODEBITS)) macro
764 #define WCB_END() wc_bld(WC_END, 0)
771 #define WCB_LIST(T,O) wc_bld(WC_LIST, ((T) | ((O) << WC_LIST_FREE)))
783 #define WCB_SUBLIST(T,F,O) wc_bld(WC_SUBLIST, \
790 #define WCB_PIPE(T,L) wc_bld(WC_PIPE, ((T) | ((L) << 1)))
795 #define WCB_REDIR(T) wc_bld(WC_REDIR, (T))
808 #define WCB_ASSIGN(T,A,N) wc_bld(WC_ASSIGN, ((T) | ((A) << 1) | ((N) << 2)))
811 #define WCB_SIMPLE(N) wc_bld(WC_SIMPLE, (N))
814 #define WCB_SUBSH(O) wc_bld(WC_SUBSH, (O))
817 #define WCB_CURSH(O) wc_bld(WC_CURS
[all...]

Completed in 121 milliseconds