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

/ast/src/cmd/mailx/
H A Dmisc.c630 if (sp->s_nleft >= size)
642 sp->s_nleft = STRINGSIZE << index;
644 sp->s_nleft -= size;
668 sp->s_nleft = STRINGSIZE << index;
H A Dmailx.h603 unsigned int s_nleft; /* Number of bytes left here */ member in struct:strings

Completed in 12 milliseconds