Home | History | Annotate | Download | only in c-index-test

Lines Matching full:linecol

565 } LineCol;
568 const LineCol *lhs = p1;
569 const LineCol *rhs = p2;
745 LineCol lineCols[50];
755 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);