Home
last modified time | relevance | path

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

/trueos/contrib/texinfo/info/
HDman.c86 char *old_contents = file_buffer->contents; in get_manpage_node() local
110 if (old_contents && oldsize && old_contents != file_buffer->contents) in get_manpage_node()
114 char *old_contents_end = old_contents + oldsize; in get_manpage_node()
132 && tmp_node->contents >= old_contents in get_manpage_node()
/trueos/contrib/gdb/gdb/
HDremote-mips.c108 char *old_contents);
2004 mips_store_word (CORE_ADDR addr, unsigned int val, char *old_contents) in mips_store_word() argument
2019 if (old_contents != NULL) in mips_store_word()
2020 store_unsigned_integer (old_contents, 4, oldcontents); in mips_store_word()
/trueos/contrib/gcc/
HDcombine.c353 union { rtx r; int i; enum machine_mode m; } old_contents; member
523 buf->old_contents.r = oldval; in do_SUBST()
551 buf->old_contents.i = oldval; in do_SUBST_INT()
580 buf->old_contents.m = oldval; in do_SUBST_MODE()
3431 *undo->where.r = undo->old_contents.r; in undo_all()
3434 *undo->where.i = undo->old_contents.i; in undo_all()
3437 PUT_MODE (*undo->where.r, undo->old_contents.m); in undo_all()