Home
last modified time | relevance | path

Searched refs:CC_ALGLOB (Results 1 – 2 of 2) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompctl.h134 #define CC_ALGLOB (1<<16) macro
H A Dcompctl.c468 cct.mask |= CC_ALREG | CC_ALGLOB; in get_compctl()
474 cct.mask |= CC_ALGLOB; in get_compctl()
1409 if ((flags & (CC_ALREG | CC_ALGLOB)) == (CC_ALREG | CC_ALGLOB)) in printcompctl()
1410 putchar('a'), flags &= ~(CC_ALREG | CC_ALGLOB); in printcompctl()
2011 ((addwhat & CC_ALGLOB) && (hn->flags & ALIAS_GLOBAL))) && in addmatch()
3855 if ((t = cc->mask & (CC_ALREG | CC_ALGLOB))) in makecomplistflags()