Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c102 sp->s_nextFree = sp->s_topFree; in salloc()
106 t = sp->s_nextFree; in salloc()
107 sp->s_nextFree += s; in salloc()
138 delta = s - (sp->s_nextFree - (char *)optr); in srealloc()
140 sp->s_nextFree += delta; in srealloc()
169 sp->s_nextFree = sp->s_topFree; in sreset()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h404 char *s_nextFree; /* Next alloctable place here */ member