Searched refs:overwriting (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgzip.vim177 " Rename to a weird name to avoid the risk of overwriting another file
194 " extension if possible. Otherwise use a weird name to avoid overwriting an
/macosx-10.9.5/vim-53/src/
H A Dfileio.c194 if (!msg_scroll) /* wait a bit when overwriting an error msg */
3184 int overwriting; /* TRUE if writing over original */ local
3300 overwriting = TRUE;
3302 overwriting = FALSE;
3351 if (overwriting && bt_nofile(curbuf))
3370 if (overwriting && bt_nofile(curbuf))
3384 if (overwriting && bt_nofile(curbuf))
3430 if (overwriting)
3440 && (overwriting || vim_strchr(p_cpo, CPO_PLUS) != NULL))
3623 if (overwriting)
[all...]
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtic.c250 * write_entry() code complains before overwriting an entry that
252 * it will complain about overwriting entries newly made during the
253 * tic run, but not about overwriting ones that predate it.
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c190 static int insert_block(journal *jnl, struct bucket **buf_ptr, int blk_index, off_t num, size_t size, size_t offset, int32_t cksum, int *num_buckets_ptr, int *num_full_ptr, int overwriting);
906 insert_block(journal *jnl, struct bucket **buf_ptr, int blk_index, off_t num, size_t size, size_t offset, int32_t cksum, int *num_buckets_ptr, int *num_full_ptr, int overwriting) argument
908 if (!overwriting) {
927 (*num_full_ptr)++; // increment only if we're not overwriting
1067 int blk_index, overwriting; local
1080 // Determine whether we're overwriting an existing entry by checking for overlap
1081 overwriting = do_overlap(jnl, buf_ptr, blk_index, block_num, size, offset, cksum, num_buckets_ptr, num_full_ptr);
1082 if (overwriting < 0) {
1087 blk_index = insert_block(jnl, buf_ptr, blk_index, block_num, size, offset, cksum, num_buckets_ptr, num_full_ptr, overwriting);
3116 ; disk. (This reduces the chance of overwriting liv
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c580 if (m->overwriting) {
607 m->overwriting = FALSE;
4748 dst_page->overwriting = TRUE;
5940 if (m->overwriting) {
5958 m->overwriting = FALSE;
6410 if (m->overwriting && !m->busy) {
6424 m->overwriting = FALSE;
6447 if (m->overwriting) {
6462 m->overwriting = FALSE;
H A Dvm_page.h237 overwriting:1, /* Request to unlock has been made member in struct:vm_page
H A Dvm_resident.c556 m->overwriting = FALSE;
3629 (p->overwriting ? "" : "!"),
3957 m->cleaning || m->overwriting || m->pageout) {
4221 m1->cleaning || m1->overwriting || m1->pageout || m1->busy)) {
4300 assert(!m1->overwriting);
/macosx-10.9.5/CPANInternal-140/Test-Warn/
H A DWarn.pm199 overwriting C<$SIG{__WARN__}>,
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dconfigure.bat494 Rem might as well avoid unnecessary overwriting of config.h and epaths.h,
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm318 This function associates C<$wiz> magic to the variable supplied, without overwriting any other kind of magic.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm108 relationship names and singularized Results, unless you're overwriting an
119 overwriting a dump made with an earlier version.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm108 relationship names and singularized Results, unless you're overwriting an
119 overwriting a dump made with an earlier version.
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.osf1r5215 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
H A DCaps.uwin215 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
H A DCaps215 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
H A DCaps.aix4215 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
H A DCaps.hpux11215 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
H A DCaps.keys217 ceol_standout_glitch xhp bool xs - - YBCGE standout not erased by overwriting (hp)
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim968 call append("$", "writebackup\twrite a backup file before overwriting a file")
970 call append("$", "backup\tkeep a backup after overwriting a file")
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm157 relationship names and singularized Results, unless you're overwriting an
168 overwriting a dump made with an earlier version.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm690 number C<max> of saved files to keep around until it starts overwriting
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm692 number C<max> of saved files to keep around until it starts overwriting
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2565 compute products when either $a = c$ or $b = c$ without overwriting the inputs.

Completed in 616 milliseconds