Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/netbsd-src/games/sail/
H A Dpl_5.c59 bool moved = false; in acceptmove() local
95 if ((ta < 0 && moved) || (vma < 0 && moved)) in acceptmove()
102 if ((ta < 0 && moved) || (vma < 0 && moved)) in acceptmove()
119 moved = true; in acceptmove()
122 if ((ta < 0 && moved) || (vma < 0 && moved)) in acceptmove()
131 if ((ta < 0 && moved) || (vma < 0 && moved) in acceptmove()
132 || (af && turnfirst(buf) && moved)) { in acceptmove()
134 if (ta < 0 && moved) { in acceptmove()
142 if (af && !moved) { in acceptmove()
H A Ddr_3.c59 char moved[NSHIP]; in moveall() local
102 moved[n] = 0; in moveall()
119 step(sp, sp->file->movebuf[k], &moved[n]); in moveall()
228 step(struct ship *sp, int com, char *moved) in step() argument
249 *moved = 1; in step()
254 if (!*moved) { in step()
H A Ddr_2.c212 char moved = 0; in move_ship() local
226 moved++; in move_ship()
236 if (!moved) { in move_ship()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dhashed-incoming6 moved = number of messages delivered by postfix when all mail accepted
15 moved: 122
22 moved:
31 moved: 144
38 moved:
45 moved:
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DCHANGELOG.TXT273 Symbol moved: __ZdaPv
274 Symbol moved: __ZdaPvm
275 Symbol moved: __ZdaPvmSt11align_val_t
276 Symbol moved: __ZdaPvRKSt9nothrow_t
277 Symbol moved: __ZdaPvSt11align_val_t
278 Symbol moved: __ZdaPvSt11align_val_tRKSt9nothrow_t
279 Symbol moved: __ZdlPv
280 Symbol moved: __ZdlPvm
281 Symbol moved: __ZdlPvmSt11align_val_t
282 Symbol moved: __ZdlPvRKSt9nothrow_t
[all …]
/netbsd-src/games/larn/
H A Dmovem.c86 moved[i][j] = 0; in movemonst()
87 moved[lasthx][lasthy] = 0; in movemonst()
96 if (moved[i][j] == 0) /* if it has not already in movemonst()
106 if (moved[i][j] == 0) /* if it has not already in movemonst()
116 if (moved[lasthx][lasthy] == 0) { /* if it has not already in movemonst()
285 moved[aa][bb] = 1; in mmove()
323 moved[cc][dd] = 1; in mmove()
/netbsd-src/external/bsd/less/dist/
H A Dforwback.c166 int moved = FALSE; in overlay_header() local
179 moved = TRUE; in overlay_header()
200 moved = TRUE; in overlay_header()
202 if (moved) in overlay_header()
204 return moved; in overlay_header()
/netbsd-src/games/hunt/huntd/
H A Dexecute.c197 bool moved; in move_player() local
218 moved = false; in move_player()
224 moved = true; in move_player()
243 moved = true; in move_player()
259 moved = true; in move_player()
300 moved = true; in move_player()
304 if (moved) { in move_player()
/netbsd-src/sys/dev/putter/
H A Dputter.c227 size_t origres, moved; in putter_fop_read() local
251 moved = origres - uio->uio_resid; in putter_fop_read()
253 pi, moved, pi->pi_curput, error)); in putter_fop_read()
255 KASSERT(pi->pi_curres >= moved); in putter_fop_read()
256 pi->pi_curres -= moved; in putter_fop_read()
257 pi->pi_curput += moved; in putter_fop_read()
/netbsd-src/tests/lib/libcurses/tests/
H A Dleaveok7 # as leaveok for stdscr is false, the cursor is not moved to home on refresh
15 # now the cursor would be moved to home as leaveok is false for stdscr
/netbsd-src/usr.bin/m4/TEST/
H A Dhanoi.m442 define(moved,`move disk from $1 to $2 macro
45 define(trans, `ifelse($4,1,`moved($1,$2)',
46 `trans($1,$3,$2,DECR($4))moved($1,$2)trans($3,$2,$1,DECR($4))')')
/netbsd-src/sys/fs/puffs/
H A Dpuffs_subr.c95 size_t moved; in puffs_parkdone_asyncbioread() local
106 moved = bp->b_bcount - read_msg->pvnr_resid; in puffs_parkdone_asyncbioread()
109 memcpy(bp->b_data, read_msg->pvnr_data, moved); in puffs_parkdone_asyncbioread()
/netbsd-src/sbin/mount_portal/
H A Dpuffs_portal.c170 size_t moved; in readdata() local
176 moved = puffs_framebuf_tellsize(pufbuf) - METADATASIZE; in readdata()
177 assert(max >= moved); in readdata()
178 max -= moved; in readdata()
190 if (moved) in readdata()
196 if (moved) in readdata()
206 moved += n; in readdata()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror_r.c126 size_t moved = len < buflen ? len : buflen - 1; in safe_copy() local
130 memmove (buf, msg, moved); in safe_copy()
131 buf[moved] = '\0'; in safe_copy()
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h140 bool sampled, old_sampled, moved; in prof_realloc() local
162 moved = (ptr != old_ptr); in prof_realloc()
166 } else if (moved) { in prof_realloc()
/netbsd-src/external/gpl3/gcc/dist/contrib/regression/
H A DChangeLog57 * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
61 * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
62 g++.sum has moved to gcc/testsuite/g++/g++.sum.
63 objc.sum has moved to gcc/testsuite/objc/objc.sum.
/netbsd-src/lib/libc/db/hash/
H A Dhash_page.c193 uint16_t copyto, diff, off, moved; in __split_page() local
212 moved = 0; in __split_page()
217 (int)copyto, (int)moved); in __split_page()
243 moved += 2; in __split_page()
250 ino[0] -= moved; in __split_page()
289 int moved /* Number of pairs moved to new page. */ in ugly_split() argument
337 ino[0] -= (moved + 2); in ugly_split()
350 moved = 0; in ugly_split()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-DATABASE8 kept track of, so that chunks can be moved to a new position. Free space
9 is reused, and (gradually) moved to the end to shorten the file.
/netbsd-src/sys/arch/acorn32/doc/
H A Dhistory153 - old rpc console stuff removed from files.arm32 and source moved to
155 - the arch/arm32/pmap_stuff dir has been moved to arch/arm32/old/
156 - the _mcount.S and belgium.S files have been moved to old and
175 - cpu_swapin() and cpu_swapout() moved to vm_machdep.c
183 - the console code has been moved to the dev directory
251 - cpu_coredump moved from stubs.c to vm_machdep.c
294 - all identify functions for the processor and FPA have been moved
364 - moved sys_sysctl from machdep.c to sys_machdep.c
393 - ramdisc loading code has been moved from stubs.c to fd.c
405 - armfpe code moved fro
[all...]
/netbsd-src/crypto/dist/ipsec-tools/
H A DREADME31 Ipsec-tools was originally developed by the KAME project. It was then moved
37 source code was moved into NetBSD's CVS repository, in:
/netbsd-src/sys/arch/vax/boot/xxboot/
H A Dbootxx.c84 static int moved; variable
106 moved = 0; in Xmain()
238 if (bqo->unit_init && (moved++ == 0)) { in devopen()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCMakeLists.txt8 # FIXME: the entry points to the interpreter should be moved out of clangAST
9 # into the parser or Sema in order to allow the interpreter to be moved to
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc717 if (tree moved = treat_lvalue_as_rvalue_p (exp, /*return*/false)) in build_throw() local
721 releasing_vec exp_vec (make_tree_vector_single (moved)); in build_throw()
722 moved = (build_special_member_call in build_throw()
726 if (moved != error_mark_node) in build_throw()
728 exp = moved; in build_throw()
735 exp = moved; in build_throw()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A DChangeLog68 * gettext-po.h.in: New file, moved here from ../src/.
69 * gettext-po.c: New file, moved here from ../src/.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DLangImpl05.rst7 The Kaleidoscope Tutorial has moved to :doc:`MyFirstLanguageFrontend/index`.

12345678910>>...45