Lines Matching refs:klingon
52 ** Handle a Klingon's death
54 ** The Klingon at the sector given by the parameters is killed
55 ** and removed from the Klingon list. Notice that it is not
58 ** and the game is won if that was the last klingon.
66 printf(" *** Klingon at %d,%d destroyed ***\n", ix, iy);
76 /* find the Klingon in the Klingon list */
78 if (ix == Etc.klingon[i].x && iy == Etc.klingon[i].y) {
82 Etc.klingon[i] = Etc.klingon[i+1];