Home
last modified time | relevance | path

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

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