Searched refs:xpmColorKeys (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A DXpmI.h168 extern _X_HIDDEN const char *xpmColorKeys[];
172 /* number of xpmColorKeys */
H A Dparse.c74 const char *xpmColorKeys[] = { variable in typeref:typename:const char * []
268 for (key = 0, sptr = xpmColorKeys; key < NKEYS; key++,
H A DCrDatFrI.c284 snprintf(s, sizeof(buf)-(s-buf), "\t%s %s", xpmColorKeys[key - 1], s2);
H A DWrFFrI.c247 fprintf(file, "\t%s %s", xpmColorKeys[key - 1], s);
H A DCrBufFrI.c305 snprintf(s, sizeof(buf) - (s-buf), "\t%s %s", xpmColorKeys[key - 1], s2);

Completed in 6 milliseconds