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