Lines Matching refs:pair
245 * FirstCmp - Compare color names of pair recs
285 XcmsPair *pair = pairs;
287 for (i = 0; i < nEntries; i++, pair++) {
288 if (pair->flag != CYCLE) {
289 pair->flag = NOT_VISITED;
401 XcmsPair *pair = NULL;
451 pair = &pairs[i];
452 j = strcmp(name_lowered, pair->first);
473 if (pair->flag == CYCLE) {
476 if (pair->flag == VISITED) {
477 pair->flag = CYCLE;
481 if (_XcmsParseColorString(ccc, pair->second, pColor) == XcmsSuccess) {
486 tmpName = pair->second;
487 pair->flag = VISITED;
787 * sort the pair recs