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

/ast/src/cmd/mailx/
H A Dmisc.c628 if (!sp->s_topfree && (STRINGSIZE << index) >= size)
638 sp->s_topfree = (char*)malloc(STRINGSIZE << index);
642 sp->s_nleft = STRINGSIZE << index;
668 sp->s_nleft = STRINGSIZE << index;
H A Dmailx.h159 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro
595 * The first holds STRINGSIZE bytes, the next

Completed in 15 milliseconds