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

/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c212 #define P_CT_PTR (4) /* Pointer to last match start */ macro
1635 countargs[P_CT_PTR].p = NULL;
3135 unsigned char *saveptr = scan[P_CT_PTR].p;
3141 scan[P_CT_PTR].p = saveptr;
3152 (unsigned char *)patinput == scan[P_CT_PTR].p) {
3162 scan[P_CT_PTR].p = (unsigned char *)patinput;

Completed in 113 milliseconds