Home | History | Annotate | Download | only in util

Lines Matching defs:line2

347 /* Compare LINE1 and LINE2 according to the specified set of keyfields. */
353 char **line2 = (char **) p2;
364 char *start2 = find_field (&keyfields[i], *line2, &length2);
367 start2, length2, *line2 - text_base);
376 if (*line1 == *line2)
378 return *line1 < *line2 ? -1 : 1;
381 /* Compare LINE1 and LINE2, described by structures
389 struct lineinfo *line2 = (struct lineinfo *) p2;
397 if (line1->text - text_base > line2->text - text_base)
403 tem = line1->key.number - line2->key.number;
406 line2->key.text, line2->keylen, 0);
415 text2 = line2->text;
437 if (line1->idx == line2->idx)
439 return line1->idx < line2->idx ? -1 : 1;