Home
last modified time | relevance | path

Searched refs:ref_start (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp483 int ref_start = -1; // position of start of current reference in do_file() local
514 ref_start = byte_count - space_count - 1; in do_file()
541 store_reference(filename_index, ref_start, in do_file()
542 byte_count - 1 - space_count - ref_start); in do_file()
584 store_reference(filename_index, ref_start, in do_file()
585 byte_count - 1 - space_count - ref_start); in do_file()
645 store_reference(filename_index, ref_start, in do_file()
646 byte_count - ref_start - space_count); in do_file()