Lines Matching defs:strings
94 static char *strings;
270 * stringSectionSize - determine memory needed for strings
532 * stringSectionSize - determine memory needed for strings
544 * color name strings and also the number of strings.
698 * Add strings
773 strings = Xmalloc(size);
775 if (strings == NULL || pairs == NULL) {
776 free(strings);
783 ReadColornameDB(stream, pairs, strings);