Searched refs:STRING_START (Results 1 – 2 of 2) sorted by relevance
187 s = (String *)malloc(STRING_START + sizeof (StringGuts) + 1);190 s->sg.start = s->sg.end = STRING_START/2;191 s->sg.max = STRING_START;
33 #define STRING_START 32 macro