Searched refs:s_topFree (Results 1 – 2 of 2) sorted by relevance
87 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()
402 char *s_topFree; /* Beginning of this area */ member