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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2356 if ((*flp & SUB_ALL) || ((*flp & SUB_END) && !(*flp & SUB_SUBSTR)))
2569 if (fl & SUB_ALL) {
2932 if (fl & SUB_ALL) {
H A Dzsh.h1689 #define SUB_ALL 0x0100 /* match complete string */ macro
H A Dsubst.c2627 flags |= SUB_ALL;

Completed in 139 milliseconds