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

/macosx-10.10/zsh-61/zsh/Src/
H A Dbuiltin.c2623 if (!(shf->node.flags & PM_UNDEFINED))
2695 off |= PM_UNDEFINED;
2697 on |= PM_UNDEFINED;
2699 on |= PM_UNALIASED|PM_UNDEFINED;
2726 if ((off & PM_UNDEFINED) || (OPT_ISSET(ops,'k') && OPT_ISSET(ops,'z')) ||
2887 on &= ~PM_UNDEFINED;
2897 on &= ~PM_UNDEFINED;
2915 (on & ~PM_UNDEFINED)) & ~off;
2942 shf->node.flags = (shf->node.flags | (on & ~PM_UNDEFINED)) & ~off;
2949 } else if (on & PM_UNDEFINED) {
[all...]
H A Dhashtable.c929 if (f->funcdef || f->node.flags & PM_UNDEFINED) {
931 if (f->node.flags & PM_UNDEFINED)
H A Dexec.c4501 shf->node.flags &= ~PM_UNDEFINED;
4508 if (!shf || (shf->node.flags & PM_UNDEFINED)) {
4524 shf->node.flags &= ~PM_UNDEFINED;
4631 if (!(flags & PM_UNDEFINED))
H A Dsignals.c764 if (shf->node.flags & PM_UNDEFINED)
H A Dzsh.h1613 #define PM_UNDEFINED (1<<9) /* undefined (autoloaded) shell function */ macro
H A Dparse.c2956 if (shf->node.flags & PM_UNDEFINED) {
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c388 if (shf->node.flags & PM_UNDEFINED) {
451 if (((Shfunc) hn)->node.flags & PM_UNDEFINED) {

Completed in 273 milliseconds