Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 1432) sorted by relevance

12345678910>>...58

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwatch.c99 add_edit_pending = what->adding && what->edit; in watch_modify_watchers()
100 add_unedit_pending = what->adding && what->unedit; in watch_modify_watchers()
101 add_commit_pending = what->adding && what->commit; in watch_modify_watchers()
102 remove_edit_pending = !what->adding && what->edit; in watch_modify_watchers()
103 remove_unedit_pending = !what->adding && what->unedit; in watch_modify_watchers()
104 remove_commit_pending = !what->adding && what->commit; in watch_modify_watchers()
359 send_to_server (the_args.adding ? in watch_addremove()
387 the_args.adding = 1; in watch_add()
394 the_args.adding = 0; in watch_remove()
H A DChangeLog-919449 allows for adding or removing files via patches. (from
199 exist. comment changes. changed diagnostic about adding on a
268 * add.c (add): prevent adding a directory if there exists a dead
417 Added support for adding previously removed files, as well as
418 adding and removing files in branches.
425 (add): if the file being adding was previously dead, say so, and
427 * checkin.c (Checkin): adding with a tag no longer means to add,
441 (check_fileproc): when adding, and looking for previously
443 (commit_fileproc): adding files with tags now implies adding the
445 (checkaddfile): When adding a file on a branch, in addition to
[all …]
H A Dwatch.h27 int adding; member
/netbsd-src/external/mit/libuv/dist/
H A DSUPPORTED_PLATFORMS.md47 case adding an `ifdef` is fine.
55 Windows is treated as a single platform, so adding support for a new platform
56 would mean adding support for a new version.
63 Some common notes when adding support for new platforms:
/netbsd-src/usr.bin/make/unit-tests/
H A Dsuff-rebuild.exp40 adding suffix rules
47 adding suffix rules
68 adding suffix rules
H A Ddeptgt-phony.exp14 adding suffix rules
35 adding suffix rules
H A Dsuff-incomplete.exp31 adding suffix rules
40 adding suffix rules
H A Dsuff-lookup.exp47 adding suffix rules
69 adding suffix rules
H A Dsuff-phony.exp10 adding suffix rules
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def69 // NOTE: always must be equal to largest flag, check this when adding new flag
90 // May also utilize this Flag in future, when adding support
97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_set_warning_flags.m43 dnl warnings that did not trigger at the time of adding these flags.
13 dnl adding for example -Wno-return-type). To temporarily disable
H A Dax_cxx_compile_stdcxx_11_no_override.m41 # Check if $CXX does or can be made to support C++11 by adding switches.
14 # Check if $CXX supports C++11 by default (without adding switches).
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dldapns.schema23 DESC 'Auxiliary object class for adding authorizedService attribute'
29 DESC 'Auxiliary object class for adding host attribute'
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNEW-CFG-OPTION1 When adding a new configuration option to NSD, several files need to be
17 Make sure that zonec understands the new option by adding the following
24 Make sure that zonec can parse the new option by adding VAR_DUMMY to the set
/netbsd-src/external/bsd/pdisk/dist/
H A DHISTORY7 12/1996 - Spent three weeks adding more commands, writing
17 03/1997 - Spent an evening adding device driver deletion
21 Spent a couple of weeks adding variable block
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dfunctions.rst113 Analogous to prefixing with ``inline`` and adding
339 Terminate a block by adding evaluation of an rvalue, branching on the
359 Terminate a block by adding a jump to the given target block.
373 Terminate a block by adding evaluation of an rvalue, returning the value.
386 Terminate a block by adding a valueless return, for use within a function
403 Terminate a block by adding evalation of an rvalue, then performing
488 See also :type:`gcc_jit_extended_asm` for entrypoints for adding inline
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A DREADME.md4 When adding a new sub-library to OpenSSL, assign it a library number
49 Instead of manually adding error codes into `crypto/err/openssl.txt`,
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dconfig.m449 AC_MSG_RESULT([adding -std=c++11]),
78 [AC_MSG_CHECKING([adding $1 to linker])
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dfunctions.rst111 Analogous to prefixing with ``inline`` and adding
294 Terminate a block by adding evaluation of an rvalue, branching on the
314 Terminate a block by adding a jump to the given target block.
328 Terminate a block by adding evaluation of an rvalue, returning the value.
341 Terminate a block by adding a valueless return, for use within a function
358 Terminate a block by adding evalation of an rvalue, then performing
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.ptr45 adding to a pointer type. Use size_int instead of
47 adding it to the pointer.
/netbsd-src/external/bsd/unbound/
H A DTODO6 - consider adding:
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst23 Adding an `intrinsic function`_ is far easier than adding an
38 Adding a new intrinsic function to LLVM is much easier than adding a new
73 This is usually a matter of adding a pattern to the .td file that matches the
74 intrinsic, though it may obviously require adding the instructions you want to
81 As with intrinsics, adding a new SelectionDAG node to LLVM is much easier than
82 adding a new instruction. New nodes are often added to help represent
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dt-freebsd2 # difference. It is then pointless adding debugging.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dt-freebsd2 # difference. It is then pointless adding debugging.
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A DMiniZip64_info.txt7 When adding ZIP64 support into minizip it would result into risk of breaking compatibility with min…
13 When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64

12345678910>>...58