Searched refs:xpmColorKeys (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | XpmI.h | 168 extern _X_HIDDEN const char *xpmColorKeys[]; 172 /* number of xpmColorKeys */
|
| H A D | parse.c | 74 const char *xpmColorKeys[] = { variable in typeref:typename:const char * [] 268 for (key = 0, sptr = xpmColorKeys; key < NKEYS; key++,
|
| H A D | CrDatFrI.c | 284 snprintf(s, sizeof(buf)-(s-buf), "\t%s %s", xpmColorKeys[key - 1], s2);
|
| H A D | WrFFrI.c | 247 fprintf(file, "\t%s %s", xpmColorKeys[key - 1], s);
|
| H A D | CrBufFrI.c | 305 snprintf(s, sizeof(buf) - (s-buf), "\t%s %s", xpmColorKeys[key - 1], s2);
|
Completed in 6 milliseconds