Searched refs:SUB_GLOBAL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2262 if ((fl & (SUB_GLOBAL|SUB_LIST)) && repllist) {
2440 * We need SUB_GLOBAL to get all matches.
2445 return igetmatch(sp, p, SUB_LONG|SUB_GLOBAL|SUB_SUBSTR|SUB_LIST,
2545 * ${...//#foo/bar} even though SUB_GLOBAL is set, since the match
2677 if (!(fl & SUB_GLOBAL) && pattry(p, s + l) && !--n) {
2684 if (fl & SUB_GLOBAL) {
2719 if (!--n || (n <= 0 && (fl & SUB_GLOBAL))) {
2725 if (!(fl & SUB_GLOBAL)) {
2759 if ((fl & (SUB_LONG|SUB_GLOBAL)) == SUB_LONG &&
2908 * ${...//#foo/bar} even though SUB_GLOBAL i
[all...]
H A Dzsh.h1690 #define SUB_GLOBAL 0x0200 /* global substitution ${..//all/these} */ macro
H A Dhist.c2014 fl |= SUB_GLOBAL;
H A Dsubst.c2580 flags |= SUB_GLOBAL;

Completed in 121 milliseconds