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

/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp528 const int *second_list = 0; local
529 while (ptr < end && (second_list = search1(&ptr, end)) == 0)
531 if (!second_list)
533 if (*second_list < 0)
534 return second_list;
539 for (p = second_list; *p >= 0; p++)
541 if (p - second_list < len)
542 len = p - second_list;
544 merge(matches, first_list, second_list);

Completed in 169 milliseconds