Searched refs:START_STRSIZE (Results 1 – 3 of 3) sorted by relevance
19 #define START_STRSIZE 16 macro43 text = xmalloc(START_STRSIZE); in new_string()44 text_asize = START_STRSIZE; in new_string()53 new_size += START_STRSIZE - 1; in append_string()54 new_size &= -START_STRSIZE; in append_string()
806 #define START_STRSIZE 16 macro830 text = xmalloc(START_STRSIZE); in new_string()831 text_asize = START_STRSIZE; in new_string()840 new_size += START_STRSIZE - 1; in append_string()841 new_size &= -START_STRSIZE; in append_string()
806 #define START_STRSIZE 16830 text = xmalloc(START_STRSIZE);831 text_asize = START_STRSIZE;840 new_size += START_STRSIZE - 1;841 new_size &= -START_STRSIZE;