Home
last modified time | relevance | path

Searched refs:PM_TAGGED_LOCAL (Results 1 – 5 of 5) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhashtable.c950 if (f->node.flags & (PM_TAGGED|PM_TAGGED_LOCAL)) { in printshfuncnode()
957 PM_UNALIASED, PM_TAGGED, PM_TAGGED_LOCAL, in printshfuncnode()
H A Doptions.c559 if (shf && (shf->node.flags & (PM_TAGGED|PM_TAGGED_LOCAL))) { in emulate()
H A Dexec.c5762 if (flags & (PM_TAGGED|PM_TAGGED_LOCAL))
5764 else if (oflags & PM_TAGGED_LOCAL) {
5766 flags |= PM_TAGGED_LOCAL;
H A Dzsh.h1877 #define PM_TAGGED_LOCAL (1<<16) /* (function): non-recursive PM_TAGGED */ macro
H A Dbuiltin.c3219 on |= PM_TAGGED_LOCAL; in bin_functions()
3221 off |= PM_TAGGED_LOCAL; in bin_functions()