Lines Matching defs:c1
348 const collsym_t *c1 = n1;
352 rv = strcmp(c1->name, c2->name);
359 const collundef_t *c1 = n1;
363 rv = strcmp(c1->name, c2->name);
370 const collelem_t *c1 = n1;
374 rv = strcmp(c1->symbol, c2->symbol);
381 const collelem_t *c1 = n1;
385 rv = wcscmp(c1->expand, c2->expand);
410 int32_t *c1 = ((subst_t *)n1)->ref;
414 rv = wcscmp((wchar_t *)c1, (wchar_t *)c2);