Searched refs:orig_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dsectioning.c681 int orig_offset = input_text_offset;
683 input_text_offset = search_forward (node_search_string, orig_offset);
708 input_text_offset = orig_offset;
677 int orig_offset = input_text_offset; local
H A Dnode.c429 int i, orig_offset = input_text_offset;
464 input_text_offset = orig_offset;
739 int orig_offset, orig_size;
749 orig_offset = input_text_offset;
751 search_forward (node_search_string, orig_offset);
756 input_text_offset = search_forward ("\n@menu", orig_offset);
426 int i, orig_offset = input_text_offset; local
735 int orig_offset, orig_size; local
/freebsd-10.0-release/sys/dev/advansys/
H A Dadvlib.c1922 u_int8_t orig_offset; local
1930 orig_offset = ext_msg.req_ack_offset;
1950 if (orig_offset != ext_msg.req_ack_offset)
/freebsd-10.0-release/contrib/gcc/
H A Dtree-data-ref.c1967 tree aligned_to, type = NULL_TREE, orig_offset;
2000 orig_offset = offset;
2002 if (offset != orig_offset)
2003 type = TREE_TYPE (orig_offset);
1964 tree aligned_to, type = NULL_TREE, orig_offset; local

Completed in 185 milliseconds