Searched refs:SUB_LIST (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2256 if (replstr || (fl & SUB_LIST)) {
2262 if ((fl & (SUB_GLOBAL|SUB_LIST)) && repllist) {
2265 ((fl & SUB_LIST) ? zalloc(sizeof(*rd)) : zhalloc(sizeof(*rd)));
2269 if (fl & SUB_LIST)
2442 * We need SUB_LIST to activate the special handling of the list
2445 return igetmatch(sp, p, SUB_LONG|SUB_GLOBAL|SUB_SUBSTR|SUB_LIST,
2685 repllist = (fl & SUB_LIST) ? znewlinklist() : newlinklist();
2848 if (!(fl & SUB_LIST)) {
2875 if (fl & SUB_LIST) /* safety: don't think this can happen */
H A Dzsh.h1695 #define SUB_LIST 0x2000 /* no substitution, return list of matches */ macro

Completed in 165 milliseconds