Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A 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()
H A 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()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-data-ref.c1964 tree aligned_to, type = NULL_TREE, orig_offset; in create_data_ref() local
1997 orig_offset = offset; in create_data_ref()
1999 if (offset != orig_offset) in create_data_ref()
2000 type = TREE_TYPE (orig_offset); in create_data_ref()