Home | History | Annotate | Download | only in src

Lines Matching defs:item2

5625   const Ebl_Core_Item *item2 = *p2;
5627 return ((item1->group == item2->group ? 0
5628 : strcmp (item1->group, item2->group))
5629 ?: (int) item1->offset - (int) item2->offset);
5641 const Ebl_Core_Item *item2 = *group2;
5643 return (int) item1->offset - (int) item2->offset;