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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2356 if ((*flp & SUB_ALL) || ((*flp & SUB_END) && !(*flp & SUB_SUBSTR)))
2441 * We need SUB_SUBSTR to scan through for substrings.
2445 return igetmatch(sp, p, SUB_LONG|SUB_GLOBAL|SUB_SUBSTR|SUB_LIST,
2579 * is modified by SUB_END and SUB_SUBSTR. SUB_END matches
2580 * at the end of the string instead of the start. SUB_SUBSTR
2588 * forcing a match at the end (SUB_END with no SUB_SUBSTR,
2592 switch (fl & (SUB_END|SUB_LONG|SUB_SUBSTR)) {
2674 case SUB_SUBSTR:
2681 case (SUB_SUBSTR|SUB_LONG):
2766 case (SUB_END|SUB_SUBSTR)
[all...]
H A Dsubst.c1776 flags |= SUB_SUBSTR;
2577 flags = (flags & SUB_SUBSTR) ? 0 : SUB_LONG;
2600 flags |= SUB_SUBSTR;
2832 if (t == '/' && (flags & SUB_SUBSTR)) {
2834 flags &= ~SUB_SUBSTR;
H A Dzsh.h1683 #define SUB_SUBSTR 0x0004 /* match a substring */ macro
1694 * and no SUB_SUBSTR */
H A Dhist.c2027 fl |= SUB_SUBSTR;

Completed in 200 milliseconds