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

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c200 static int (*execfuncs[WC_COUNT-WC_CURSH]) _((Estate, int)) = {
1120 lv = (execfuncs[code - WC_CURSH])(state, 0);
1709 if (wc_code(code) >= WC_CURSH && (how & Z_SYNC)) {
2834 is_cursh = (is_builtin || is_shfunc || nullexec || type >= WC_CURSH);
3224 if ((do_exec || (type >= WC_CURSH && last1 == 1))
3229 if (type >= WC_CURSH) {
3232 lastval = (execfuncs[type - WC_CURSH])(state, do_exec);
H A Dzsh.h747 #define WC_CURSH 8 macro
817 #define WCB_CURSH(O) wc_bld(WC_CURSH, (O))
H A Dtext.c424 case WC_CURSH:

Completed in 194 milliseconds