Home
last modified time | relevance | path

Searched refs:old_contents (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dman.c88 char *old_contents = file_buffer->contents; in get_manpage_node() local
112 if (old_contents && oldsize && old_contents != file_buffer->contents) in get_manpage_node()
116 char *old_contents_end = old_contents + oldsize; in get_manpage_node()
134 && tmp_node->contents >= old_contents in get_manpage_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc384 union { rtx r; int i; machine_mode m; struct insn_link *l; } old_contents; member
722 buf->old_contents.r = oldval; in do_SUBST()
750 buf->old_contents.i = oldval; in do_SUBST_INT()
780 buf->old_contents.m = oldval; in subst_mode()
804 buf->old_contents.l = oldval; in do_SUBST_LINK()
4119 machine_mode old_mode = undo->old_contents.m; in try_combine()
4784 *undo->where.r = undo->old_contents.r; in undo_to_marker()
4787 *undo->where.i = undo->old_contents.i; in undo_to_marker()
4791 undo->old_contents.m); in undo_to_marker()
4794 *undo->where.l = undo->old_contents.l; in undo_to_marker()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c398 union { rtx r; int i; machine_mode m; struct insn_link *l; } old_contents; member
753 buf->old_contents.r = oldval; in do_SUBST()
781 buf->old_contents.i = oldval; in do_SUBST_INT()
811 buf->old_contents.m = oldval; in subst_mode()
835 buf->old_contents.l = oldval; in do_SUBST_LINK()
4235 machine_mode old_mode = undo->old_contents.m; in try_combine()
4900 *undo->where.r = undo->old_contents.r; in undo_to_marker()
4903 *undo->where.i = undo->old_contents.i; in undo_to_marker()
4907 undo->old_contents.m); in undo_to_marker()
4910 *undo->where.l = undo->old_contents.l; in undo_to_marker()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20095614 * remote-mips.c (mips_store_word): Return old_contents as host
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20095614 * remote-mips.c (mips_store_word): Return old_contents as host