Searched refs:second_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/libs/libbib/
H A Dindex.cpp526 const int *second_list = 0; local
527 while (ptr < end && (second_list = search1(&ptr, end)) == 0)
529 if (!second_list)
531 if (*second_list < 0)
532 return second_list;
537 for (p = second_list; *p >= 0; p++)
539 if (p - second_list < len)
540 len = p - second_list;
542 merge(matches, first_list, second_list);

Completed in 177 milliseconds