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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2587 * SUB_START is only used in the case where we are also
2639 if (fl & SUB_START)
2647 if (!(fl & SUB_START) && pattrylen(p, s + l, 0, 0, ioff)) {
2664 if (fl & SUB_START)
2668 if (!(fl & SUB_START) && pattrylen(p, s + l, 0, 0, ioff)) {
H A Dsubst.c2590 flags |= SUB_START;
2598 if (!(flags & (SUB_START|SUB_END))) {
H A Dzsh.h1693 #define SUB_START 0x1000 /* force match at start with SUB_END macro
H A Dhist.c2017 fl |= SUB_START;

Completed in 200 milliseconds