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

/macosx-10.10/zsh-61/zsh/Src/
H A Dparams.c2783 int uniq = v->pm->node.flags & PM_UNIQUE;
3176 if (pm->node.flags & PM_UNIQUE)
3372 if (pm->node.flags & PM_UNIQUE)
3411 *dptr = colonsplit(x, pm->node.flags & PM_UNIQUE);
3449 if (pm->node.flags & PM_UNIQUE)
H A Dzsh.h1621 #define PM_UNIQUE (1<<13) /* remove duplicates */ macro
H A Dsubst.c2321 if (f & PM_UNIQUE)
H A Dbuiltin.c2041 if ((on & PM_UNIQUE) && !(pm->node.flags & PM_READONLY & ~off)) {
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c80 if (f & PM_UNIQUE)

Completed in 314 milliseconds