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

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c70 #define END_TOKEN "XCMS_COLORDB_END" macro
586 if ((sscanf(buf, "%s", token)) && (strcmp(token, END_TOKEN) == 0)) {
678 * Process lines between START_TOKEN to END_TOKEN
682 if ((sscanf(buf, "%s", token)) && (strcmp(token, END_TOKEN) == 0)) {
684 * Found END_TOKEN so break out of for loop

Completed in 2 milliseconds