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

/xsrc/external/mit/libXpm/dist/src/
H A Dparse.c205 unsigned int curkey; /* current color key */ local in function:xpmParseColors
263 curkey = 0;
274 if (curkey) { /* flush string */
281 defaults[curkey] = s;
284 curkey = key + 1; /* set new key */
288 if (!curkey) { /* key without value */
306 if (!curkey) { /* key without value */
311 s = defaults[curkey] = (char *) XpmMalloc(len);

Completed in 2 milliseconds