/openbsd/games/sail/ |
H A D | pl_3.c | 52 struct ship *closest; in acceptcombat() local 86 closest = closestenemy(ms, (r ? 'r' : 'l'), 1); in acceptcombat() 87 if (closest == 0) in acceptcombat() 89 if (closest->file->struck) in acceptcombat() 91 target = range(ms, closest); in acceptcombat() 95 closest, r ? "right" : "left"); in acceptcombat() 119 rakehim = gunsbear(ms, closest) && !gunsbear(closest, ms); in acceptcombat() 120 temp = portside(closest, ms, 1) - closest->file->dir + 1; in acceptcombat() 128 Msg("Raking the %s!", closest->shipname); in acceptcombat() 131 closest->shipname); in acceptcombat() [all …]
|
H A D | dr_1.c | 268 struct ship *closest; in compcombat() local 311 closest = closestenemy(sp, r ? 'r' : 'l', 0); in compcombat() 312 if (closest == 0) in compcombat() 316 if (closest->file->struck) in compcombat() 318 target = range(sp, closest); in compcombat() 326 if (target <= 3 && closest->file->FS) in compcombat() 334 rakehim = gunsbear(sp, closest) in compcombat() 335 && !gunsbear(closest, sp); in compcombat() 336 temp = portside(closest, sp, 1) in compcombat() 337 - closest->file->dir + 1; in compcombat() [all …]
|
H A D | dr_3.c | 54 struct ship *closest; in moveall() local 64 closest = closestenemy(sp, 0, 0); in moveall() 65 if (closest == 0) in moveall() 68 closeon(sp, closest, sp->file->movebuf, in moveall()
|
H A D | misc.c | 82 struct ship *closest = 0; in closestenemy() local 96 closest = sp; in closestenemy() 100 return closest; in closestenemy()
|
/openbsd/sys/msdosfs/ |
H A D | msdosfs_fat.c | 281 struct fatcache *closest = 0; in fc_lookup() local 286 if (closest == 0 || cn > closest->fc_frcn) in fc_lookup() 287 closest = &dep->de_fc[i]; in fc_lookup() 290 if (closest) { in fc_lookup() 291 *frcnp = closest->fc_frcn; in fc_lookup() 292 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
/openbsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 315 struct fatcache *closest = 0; in fc_lookup() local 320 if (closest == 0 || cn > closest->fc_frcn) in fc_lookup() 321 closest = &dep->de_fc[i]; in fc_lookup() 324 if (closest) { in fc_lookup() 325 *frcnp = closest->fc_frcn; in fc_lookup() 326 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | time.t | 17 # (CORE::time() may be rounding down, up, or closest),
|
/openbsd/usr.sbin/httpd/ |
H A D | js.h.in | 11 const table = th.closest('table');
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 1424 int closest = -1; in superblock_inclusive() local 1437 if (closest == -1 || in superblock_inclusive() 1439 i-pf_rule_desc[closest].prf_offset) in superblock_inclusive() 1440 closest = j; in superblock_inclusive() 1444 if (closest >= 0) in superblock_inclusive() 1447 pf_rule_desc[closest].prf_name, in superblock_inclusive() 1448 i - pf_rule_desc[closest].prf_offset - in superblock_inclusive() 1449 pf_rule_desc[closest].prf_size); in superblock_inclusive()
|
/openbsd/sbin/unwind/libunbound/util/data/ |
H A D | msgencode.c | 211 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument 218 if(closest) uplabs = labs - closest->labs; in compress_tree_store() 249 prevnode->parent = closest; in compress_tree_store()
|
/openbsd/usr.sbin/unbound/util/data/ |
H A D | msgencode.c | 211 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument 218 if(closest) uplabs = labs - closest->labs; in compress_tree_store() 249 prevnode->parent = closest; in compress_tree_store()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | DirectXUsage.rst | 61 ``closesthit`` Ray closest collision (ray tracing)
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | TODO | 326 The closest a target comes to supporting full asynchronous mode are
|
/openbsd/usr.bin/file/magdir/ |
H A D | apple | 83 # This isn't really a magic number, but it's the closest thing to one
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlnumber.pod | 102 a representation of the closest limit is used. (I<Loss of information>)
|
H A D | perltrap.pod | 288 An object's members cannot be made accessible as variables. The closest
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | session.c | 2122 int closest = -1; in info_menu_or_ref_item() local 2129 closest = which; in info_menu_or_ref_item() 2137 if (closest == -1) in info_menu_or_ref_item() 2140 which = closest; in info_menu_or_ref_item()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | config_h.SH | 2959 * available to return the long long value closest to a double 2966 * available to return the long long value closest to a long double 3004 * available to return the integral value closest to a double 3011 * available to return the integral value closest to a long double 3123 * available to return the integral value closest to (according to
|
/openbsd/usr.bin/ssh/ |
H A D | PROTOCOL.u2f | 252 present the closest analogue to Security Keys in ssh-agent are PKCS#11
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | objc.texi | 235 bit closest to the beginning of the structure.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | objc.texi | 239 bit closest to the beginning of the structure.
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 218 and we follow the C ABI in our LLVM code generation so it's the closest
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | example.conf.in | 916 # Padded responses will be padded to the closest multiple of this size. 946 # Padded queries will be padded to the closest multiple of this size. 1003 # can give this multiple times, the name closest to the zone is used.
|
/openbsd/distrib/notes/ |
H A D | m4.common | 568 closest mirrors to your location). 997 of the router closest to the OpenBSD machine. Finally,
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config_H | 2897 * available to return the long long value closest to a double 2904 * available to return the long long value closest to a long double 2942 * available to return the integral value closest to a double 2949 * available to return the integral value closest to a long double 3058 * available to return the integral value closest to (according to
|