Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dstralloc.c104 sp->s_nextFree = sp->s_topFree; in salloc()
108 t = sp->s_nextFree; in salloc()
109 sp->s_nextFree += s; in salloc()
140 delta = s - (sp->s_nextFree - (char *)optr); in srealloc()
142 sp->s_nextFree += delta; in srealloc()
171 sp->s_nextFree = sp->s_topFree; in sreset()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h403 char *s_nextFree; /* Next alloctable place here */ member