Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dstralloc.c87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s) in salloc()
95 if (sp->s_topFree == NOSTR) { in salloc()
97 sp->s_topFree = (char *) calloc(STRINGSIZE << index, in salloc()
99 if (sp->s_topFree == NOSTR) { in salloc()
104 sp->s_nextFree = sp->s_topFree; in salloc()
169 if (sp->s_topFree == NOSTR) in sreset()
171 sp->s_nextFree = sp->s_topFree; in sreset()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h402 char *s_topFree; /* Beginning of this area */ member