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

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c56 static void *lastptr; /* addr of last buffer allocated */ variable
110 lastptr = t;
126 if (optr == lastptr) {
175 lastptr = NULL;
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y795 char *ptr, *ptrend, *lastptr;
870 lastptr = ptr;
879 p = lastptr;
892 length = mbtowc(&wchar, lastptr, MB_LEN_MAX);
894 lastptr++;
896 lastptr += length;
897 p = lastptr;

Completed in 45 milliseconds