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

/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c2653 !(v->pm->node.flags & (PM_SPECIAL|PM_TIED)) &&
2782 !(v->pm->node.flags & (PM_SPECIAL|PM_TIED))) {
2900 !(v->pm->node.flags & (PM_SPECIAL|PM_TIED)) &&
3087 if ((pm->node.flags & (PM_SPECIAL|PM_TIED)) == PM_TIED) {
3092 pm->node.flags &= ~PM_TIED;
3473 pm->node.flags &= ~PM_TIED;
4307 if (pm->node.flags & PM_TIED)
4768 if (pm->node.flags & PM_TIED)
H A Dbuiltin.c1952 PM_ARRAY|PM_TIED|PM_AUTOLOAD);
2379 if (on & PM_TIED)
2406 if (on & PM_TIED) {
2468 if (pm->node.flags & PM_TIED) {
2492 * it has the PM_TIED flag set. Do it first because
2535 if (off & PM_TIED) {
H A Dzsh.h1626 #define PM_TIED (1<<16) /* array tied to colon-path or v.v. */ macro

Completed in 88 milliseconds