Searched refs:starting_pos (Results 1 – 2 of 2) sorted by relevance
438 unsigned char *starting_pos, *ending_pos; in insert_and_underscore() local456 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() local535 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()
3719 * makeinfo/sectioning.c (sectioning_html): declare starting_pos