Lines Matching refs:item1
5624 const Ebl_Core_Item *item1 = *p1;5627 return ((item1->group == item2->group ? 05628 : strcmp (item1->group, item2->group))5629 ?: (int) item1->offset - (int) item2->offset);5640 const Ebl_Core_Item *item1 = *group1;5643 return (int) item1->offset - (int) item2->offset;