Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dsectioning.c438 unsigned char *starting_pos, *ending_pos; in insert_and_underscore() local
492 ending_pos = output_paragraph + output_paragraph_offset; in insert_and_underscore()
494 toc_add_entry (substring (starting_pos, ending_pos - 1), in insert_and_underscore()
499 len = (ending_pos - starting_pos) - 1; in insert_and_underscore()
518 unsigned char *starting_pos, *ending_pos; in sectioning_html() local
583 ending_pos = output_paragraph + output_paragraph_offset; in sectioning_html()
588 toc_add_entry (substring (starting_pos, ending_pos), in sectioning_html()