HomeSort by: relevance | last modified time | path
    Searched refs:nuke (Results 1 - 11 of 11) sorted by relevancy

  /src/games/warp/
weapon.c 117 if (attackee == nuke) {
140 if (attackee == nuke) {
143 tract(nuke,dy,dx,rand_mod(3)?1:-1);
209 if (attackee == nuke) {
212 tract(nuke,dy,dx,rand_mod(3)?1:-1);
245 if (attackee == nuke) {
248 tract(nuke,dy,dx,rand_mod(3)?1:-1);
269 if (attackee == nuke) {
272 tract(nuke,dy,dx,rand_mod(3)?1:-1);
282 if (attackee == nuke) {
    [all...]
them.c 60 if (occupant[y][x] == nuke) /* except go for nucleus */
76 nuke->velx = nuke->vely = 0;
77 if (nuke->strategy && ambsize < 90 && !rand_mod(200-smarts))
195 if (curkl == nuke) {
328 attack(nuke);
344 y = nuke->posy;
345 x = nuke->posx;
347 if (nuke->strategy && rand_mod(3)) {
348 dy = nuke->strategy & 3
    [all...]
object.h 59 EXT OBJECT *nuke; variable
init.c 393 nuke = make_object(Enemy,'&',y,x,0,0,32767L,
401 nuke->strategy = rand_mod(256); /* random direction */
409 enemies = nuke;
411 movers = nuke;
move.c 148 if (numamoebas && curobj == nuke && temp->image == '+')
163 blast[y][x] += (temp==nuke ? 80000 : 1250);
245 amb[y][x] == '~' && temp != nuke) {
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-c-7 90 nuke-trailing-whitespace-p:nil
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
free_list.d 414 auto nuke = blockFor(root);
416 parent.deallocate(nuke);
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 9276 @c So we have to nuke it.
9280 @c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 9276 @c So we have to nuke it.
9280 @c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 9276 @c So we have to nuke it.
9280 @c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 9276 @c So we have to nuke it.
9280 @c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)

Completed in 50 milliseconds