Home | History | Annotate | Download | only in Common

Lines Matching defs:pLast

121     const T *pLast = NULL;

126 if (pLast == NULL)
127 pLast = p;
130 pLast = NULL;
133 if (pLast != NULL)
135 int i = (int)(pLast - _chars);
445 const T *pLast = NULL;
450 if (pLast == NULL)
451 pLast = p;
454 pLast = NULL;
457 if (pLast != NULL)
459 int i = pLast - _chars;