Searched refs:SUB_END (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)))
2579 * is modified by SUB_END and SUB_SUBSTR. SUB_END matches
2581 * without SUB_END matches substrings searching from the start;
2582 * with SUB_END it matches substrings searching from the end.
2588 * forcing a match at the end (SUB_END with no SUB_SUBSTR,
2592 switch (fl & (SUB_END|SUB_LONG|SUB_SUBSTR)) {
2622 case SUB_END:
2653 case (SUB_END|SUB_LONG):
2766 case (SUB_END|SUB_SUBST
[all...]
H A Dsubst.c2562 flags |= SUB_END;
2587 * getmatch and we only require the flag if SUB_END
2595 flags |= SUB_END;
2598 if (!(flags & (SUB_START|SUB_END))) {
2836 flags |= SUB_END;
H A Dzsh.h1681 #define SUB_END 0x0001 /* match end instead of beginning, % or %% */ macro
1693 #define SUB_START 0x1000 /* force match at start with SUB_END
H A Dhist.c2016 /* anchor at head, flag needed if SUB_END is also set */
2023 fl |= SUB_END;

Completed in 194 milliseconds