Home
last modified time | relevance | path

Searched refs:unchanged (Results 1 – 25 of 275) sorted by relevance

1234567891011

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvarobj.c602 std::vector<varobj *> *unchanged, in install_dynamic_child() argument
634 else if (!type_updated && unchanged != NULL) in install_dynamic_child()
635 unchanged->push_back (existing); in install_dynamic_child()
662 std::vector<varobj *> *unchanged, in update_dynamic_varobj_children() argument
711 can_mention ? unchanged : NULL, in update_dynamic_varobj_children()
1551 std::vector<varobj *> changed, type_changed_vec, unchanged, newobj_vec; in varobj_update() local
1585 &unchanged, &children_changed, in varobj_update()
1617 for (int i = unchanged.size () - 1; i >= 0; --i) in varobj_update()
1619 if (!unchanged[i]->frozen) in varobj_update()
1621 varobj_update_result item (unchanged[i]); in varobj_update()
/netbsd/src/external/bsd/ntp/dist/
DNOTES.y2kfixes52 (it truly is, despite any unchanged comments remaining in
83 Left unchanged/untested as it works well beyond basic NTP 2036
Dreadme.y2kfixes34 copyright holders retain rights to unchanged code. Wherever
/netbsd/src/lib/libc/arch/vax/sys/
D__vfork14.S63 bicl2 %r1,%r0 # %r0 &= ~%r1, i.e., 0 if child, else unchanged
/netbsd/src/lib/libc/compat/arch/vax/sys/
Dcompat_Ovfork.S65 bicl2 %r1,%r0 # %r0 &= ~%r1, i.e., 0 if child, else unchanged
/netbsd/src/external/bsd/byacc/dist/
DLICENSE8 source or binary forms of Berkeley Yacc whether unchanged or modified.
DREADME20 source or binary forms of Berkeley Yacc whether unchanged or modified.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmkconfig.sh117 echo $output is unchanged >&2
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dkrb-version.m414 echo "include/version.h is unchanged"
/netbsd/src/external/gpl2/xcvs/dist/build-aux/
Dylwrap184 echo "$2" is unchanged
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
Dapi.txt203 This function returns the code unchanged if it is already upper case or has
210 This function returns the code unchanged if it is already lower case or has
217 This function returns the code unchanged if it is already title case or has
/netbsd/src/external/gpl2/xcvs/dist/contrib/
Dsccs2rcs.in319 echo Original unchanged history in ./SCCS
/netbsd/src/external/bsd/libarchive/dist/
DCOPYING51 in this position and unchanged.
/netbsd/src/external/bsd/ntp/dist/sntp/
Dconfigure.ac22 # the subdir configure.ac version numbers should be unchanged. The
/netbsd/src/external/gpl3/gdb/dist/include/
Dbfdlink.h55 unchanged, enumerator
/netbsd/src/external/gpl3/binutils/dist/include/
Dbfdlink.h55 unchanged, enumerator
/netbsd/src/usr.bin/msgc/
Dmsg_sys.def207 /* last_o_was_punct unchanged */
208 /* last_o_was_space unchanged */
/netbsd/src/lib/libcurses/PSD.doc/
Ddoc.I164 The current \*y will remain unchanged.
/netbsd/src/sys/arch/sparc/sparc/
Dbsd_fdintr.s77 ! assumes %l6 remains unchanged between ASSERT and DEASSERT
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc4533.txt195 and the number of unchanged entries in the content. The operation is
318 each unchanged entry.
323 number of unchanged entries. In the delete mode, the server sends an
329 of UUIDs of either unchanged present entries or deleted entries,
331 of syncIdSet is set to FALSE, the UUIDs of unchanged present entries
352 as all unchanged entries identified as being present by the reissued
354 Operation. The unchanged entries not identified as being present are
782 UUIDs of the entries and references unchanged since the last Sync
1098 entries is less than or equal to the number of unchanged entries, the
/netbsd/src/external/bsd/byacc/dist/package/debian/
Dcopyright31 source or binary forms of Berkeley Yacc whether unchanged or modified.
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfplsp.doc100 set correctly. The FPCR is unchanged. The FPIAR is undefined.
/netbsd/src/sys/arch/m68k/fpsp/
Dl_support.sa66 * All other registers are unchanged
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dspanstream83 * In this implementation `rhs` is left unchanged,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.md257 ;; on the overflow flag. "unchanged" means the instruction does not set the
263 (define_attr "flags_valid" "no,yes,set,noov,move,unchanged" (const_string "no"))
1091 (const_string "unchanged")
1101 (const_string "unchanged")
2510 [(set_attr "flags_valid" "noov,unchanged,unchanged,noov,unchanged")])
2619 (const_string "unchanged")
2985 (set_attr "flags_valid" "noov,unchanged,noov,noov,unchanged")])
6093 [(set_attr "flags_valid" "unchanged")])
6100 (set_attr "flags_valid" "unchanged")])

1234567891011