Searched refs:PAT_NOTSTART (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c2474 p->flags |= PAT_NOTSTART;
2476 p->flags &= ~PAT_NOTSTART;
2567 p->flags &= ~(PAT_NOTSTART|PAT_NOTEND);
2930 p->flags &= ~(PAT_NOTSTART|PAT_NOTEND);
H A Dzsh.h1389 #define PAT_NOTSTART 0x0200 /* Start of string is not real start */ macro
H A Dpattern.c3118 if (patinput != patinstart || (patflags & PAT_NOTSTART))

Completed in 106 milliseconds