Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mail/
Dstrings.c64 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()
74 sp->s_topFree = malloc(STRINGSIZE << index); in salloc()
78 sp->s_nleft = STRINGSIZE << index; in salloc()
104 sp->s_nleft = STRINGSIZE << index; in sreset()
Ddef.h66 #define STRINGSIZE ((unsigned) 128)/* Dynamic allocation units */ macro