Lines Matching defs:nova
1 /* $NetBSD: nova.c,v 1.8 2009/05/24 21:44:56 dholland Exp $ */
35 static char sccsid[] = "@(#)nova.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: nova.c,v 1.8 2009/05/24 21:44:56 dholland Exp $");
45 ** CAUSE A NOVA TO OCCUR
47 ** A nova occurs. It is the result of having a star hit with
49 ** The star may not be affected. It may go nova. It may turn
52 ** Stars that go nova cause stars which surround them to undergo
59 nova(int x, int y)
67 printf("Spock: Star at %d,%d failed to nova.\n", x, y);
74 printf("Spock: Star at %d,%d gone nova\n", x, y);
102 nova(i, j);