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

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhashtable.c935 if (f->node.flags & (PM_TAGGED|PM_TAGGED_LOCAL))
940 PM_UNALIASED, PM_TAGGED, PM_TAGGED_LOCAL,
H A Doptions.c550 if (shf && (shf->node.flags & (PM_TAGGED|PM_TAGGED_LOCAL))) {
H A Dzsh.h1616 #define PM_TAGGED (1<<11) /* tagged */ macro
1627 #define PM_TAGGED_LOCAL (1<<16) /* (function): non-recursive PM_TAGGED */
H A Dbuiltin.c2703 on |= PM_TAGGED;
2705 off |= PM_TAGGED;
H A Dsubst.c2315 if (f & PM_TAGGED)
H A Dexec.c4681 if (flags & (PM_TAGGED|PM_TAGGED_LOCAL))
H A Dparams.c4802 { PM_TAGGED, "tagged", 't', 0},
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dparameter.c76 if (f & PM_TAGGED)
391 ((shf->node.flags & PM_TAGGED) ? "Ut" : "U") :
392 ((shf->node.flags & PM_TAGGED) ? "t" : "")));
456 ((shf->node.flags & PM_TAGGED) ? "Ut" : "U") :
457 ((shf->node.flags & PM_TAGGED) ? "t" : "")));

Completed in 148 milliseconds