/src/games/trek/ |
impulse.c | 1 /* $NetBSD: impulse.c,v 1.10 2009/05/24 22:55:03 dholland Exp $ */ 35 static char sccsid[] = "@(#)impulse.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: impulse.c,v 1.10 2009/05/24 22:55:03 dholland Exp $"); 46 ** move under impulse power 51 impulse(int v __unused) function in typeref:typename:void 62 if (damaged(IMPULSE)) { 63 out(IMPULSE);
|
play.c | 70 { "i", "mpulse", impulse, 0 },
|
impulse.c | 1 /* $NetBSD: impulse.c,v 1.10 2009/05/24 22:55:03 dholland Exp $ */ 35 static char sccsid[] = "@(#)impulse.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: impulse.c,v 1.10 2009/05/24 22:55:03 dholland Exp $"); 46 ** move under impulse power 51 impulse(int v __unused) function in typeref:typename:void 62 if (damaged(IMPULSE)) { 63 out(IMPULSE);
|
play.c | 70 { "i", "mpulse", impulse, 0 },
|
Makefile | 8 getcodi.c getpar.c help.c impulse.c initquad.c kill.c klmove.c \
|
Makefile | 8 getcodi.c getpar.c help.c impulse.c initquad.c kill.c klmove.c \
|
trek.h | 114 #define IMPULSE 5 /* impulse engines */ 432 /* impulse.c */ 433 void impulse(int);
|
trek.h | 114 #define IMPULSE 5 /* impulse engines */ 432 /* impulse.c */ 433 void impulse(int);
|