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

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_params.c156 Param pm = createparam(zp->name, (zp->type |PM_SPECIAL|PM_REMOVABLE|
H A Dcomplete.c1168 cp->type |PM_SPECIAL|PM_REMOVABLE|PM_LOCAL);
1207 PM_SPECIAL|PM_REMOVABLE|PM_LOCAL|PM_HASHED)))
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh.h1638 #define PM_REMOVABLE (1<<26) /* special can be removed from paramtab */ macro
1785 * We add the PM_REMOVABLE flag when removing the feature corresponding
H A Dparams.c3022 * from the parameter table; they have the PM_REMOVABLE flag.
3025 (pm->node.flags & (PM_SPECIAL|PM_REMOVABLE)) == PM_SPECIAL)
4691 if ((pm->node.flags & (PM_SPECIAL|PM_REMOVABLE)) == PM_SPECIAL) {
H A Dmodule.c1140 pm->node.flags = (pm->node.flags & ~PM_READONLY) | PM_REMOVABLE;

Completed in 229 milliseconds