Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dsectioning.c438 unsigned char *starting_pos, *ending_pos; in insert_and_underscore() local
456 starting_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
535 starting_pos = output_paragraph + output_paragraph_offset; in sectioning_html()
537 toc_anchor = substring (starting_pos + sizeof (a_name) - 1, in sectioning_html()
547 starting_pos = output_paragraph + output_paragraph_offset; in sectioning_html()
588 toc_add_entry (substring (starting_pos, ending_pos), in sectioning_html()
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.463719 * makeinfo/sectioning.c (sectioning_html): declare starting_pos