Searched refs:b_type (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/games/hunt/huntd/ |
| H A D | shots.c | 124 switch (bp->b_type) { in moveshots() 183 if (bp->b_type == DSHOT) in moveshots() 629 Maze[bp->b_y][bp->b_x] = bp->b_type; in save_bullet() 758 switch (bp->b_type) { in chkshot() 772 bp->b_type = SLIME; in chkshot() 817 damage * conf_mindam, bp->b_type); in chkshot() 878 move_slime(nbp, nbp->b_type == SLIME ? conf_slimespeed : in chkslime() 903 showexpl(bp->b_y, bp->b_x, bp->b_type == LAVA ? LAVA : '*'); in move_slime() 914 checkdam(pp, bp->b_owner, bp->b_score, conf_mindam, bp->b_type); in move_slime() 1012 nbp = create_shot(bp->b_type, bp->b_y, bp->b_x - 1, LEFTS, in move_slime() [all …]
|
| H A D | server.h | 171 char b_type; member
|
| H A D | execute.c | 511 bp->b_type = type; in create_shot()
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_vms.xs | 188 dl_nam.nam$b_type + dl_nam.nam$b_ver); 189 deflen += dl_nam.nam$b_type + dl_nam.nam$b_ver;
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | vmsmunch.c | 211 FileName.dsc$w_length = Nam.nam$b_name+Nam.nam$b_type+Nam.nam$b_ver;
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/ |
| H A D | Stdio.xs | 245 else if (defnam.nam$b_name || defnam.nam$b_type > 1 ||
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 1718 unsigned char dsc$b_type; in Perl_my_crypt() 1789 unsigned char myace$b_type; in mp_do_kill_file() 4923 (nam.nam$b_name + nam.nam$b_type) 5037 unsigned char myace$b_type;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 481 string b_type = frags[1].ptx_elt_type; 509 !or(!ne(a_type, b_type),
|