Searched refs:START_STRSIZE (Results 1 – 2 of 2) sorted by relevance
21 #define START_STRSIZE 16 macro49 text = xmalloc(START_STRSIZE); in new_string()50 text_asize = START_STRSIZE; in new_string()59 new_size += START_STRSIZE - 1; in append_string()60 new_size &= -START_STRSIZE; in append_string()
2240 #define START_STRSIZE 16 macro2268 text = xmalloc(START_STRSIZE); in new_string()2269 text_asize = START_STRSIZE; in new_string()2278 new_size += START_STRSIZE - 1; in append_string()2279 new_size &= -START_STRSIZE; in append_string()
Completed in 8 milliseconds