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

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c2400 int is_shfunc = 0, is_builtin = 0, is_exec = 0, use_defpath = 0; local
2487 is_shfunc = 1;
2713 is_shfunc = 1;
2834 is_cursh = (is_builtin || is_shfunc || nullexec || type >= WC_CURSH);
2859 (((is_builtin || is_shfunc) && output) ||
3233 } else if (is_builtin || is_shfunc) {
3239 (isset(POSIXBUILTINS) && !is_shfunc &&
3251 if (is_shfunc)
3266 if (is_shfunc) {

Completed in 75 milliseconds