Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dsectioning.c677 int orig_offset = input_text_offset; in cm_top() local
679 input_text_offset = search_forward (node_search_string, orig_offset); in cm_top()
704 input_text_offset = orig_offset; in cm_top()
Dnode.c426 int i, orig_offset = input_text_offset; in glean_node_from_menu() local
461 input_text_offset = orig_offset; in glean_node_from_menu()
735 int orig_offset, orig_size; in cm_node() local
745 orig_offset = input_text_offset; in cm_node()
747 search_forward (node_search_string, orig_offset); in cm_node()
752 input_text_offset = search_forward ("\n@menu", orig_offset); in cm_node()