Searched refs:s_nextfree (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dmisc.c641 sp->s_nextfree = sp->s_topfree;
645 t = sp->s_nextfree;
646 sp->s_nextfree += size;
667 sp->s_nextfree = sp->s_topfree;
H A Dmailx.h602 char* s_nextfree; /* Next alloctable place here */ member in struct:strings

Completed in 17 milliseconds