Lines Matching defs:c2
349 const collsym_t *c2 = n2;
352 rv = strcmp(c1->name, c2->name);
360 const collundef_t *c2 = n2;
363 rv = strcmp(c1->name, c2->name);
371 const collelem_t *c2 = n2;
374 rv = strcmp(c1->symbol, c2->symbol);
382 const collelem_t *c2 = n2;
385 rv = wcscmp(c1->expand, c2->expand);
411 int32_t *c2 = ((subst_t *)n2)->ref;
414 rv = wcscmp((wchar_t *)c1, (wchar_t *)c2);