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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2438 * We don't care if we have longest or shortest match, but SUB_LONG
2445 return igetmatch(sp, p, SUB_LONG|SUB_GLOBAL|SUB_SUBSTR|SUB_LIST,
2585 * longest (SUB_LONG) or shortest possible match.
2589 * with or without SUB_LONG), to indicate we should match
2592 switch (fl & (SUB_END|SUB_LONG|SUB_SUBSTR)) {
2594 case SUB_LONG:
2602 if (!(fl & SUB_LONG) && !(p->flags & PAT_PURES)) {
2653 case (SUB_END|SUB_LONG):
2681 case (SUB_SUBSTR|SUB_LONG):
2700 if (!(fl & SUB_LONG)
[all...]
H A Dsubst.c2568 flags |= SUB_LONG;
2577 flags = (flags & SUB_SUBSTR) ? 0 : SUB_LONG;
H A Dzsh.h1682 #define SUB_LONG 0x0002 /* % or # doubled, get longest match */ macro
H A Dhist.c2011 int fl = SUB_LONG|SUB_REST|SUB_RETFAIL;

Completed in 176 milliseconds