Home | History | Annotate | Download | only in trek

Lines Matching refs:rx

65 	int		rx, ry;
98 sector(&rx, &ry);
99 Sect[rx][ry] = KLINGON;
100 Etc.klingon[i].x = rx;
109 sector(&rx, &ry);
110 Sect[rx][ry] = BASE;
111 Etc.starbase.x = rx;
117 sector(&rx, &ry);
118 Sect[rx][ry] = INHABIT;
124 sector(&rx, &ry);
125 Sect[rx][ry] = HOLE;
130 sector(&rx, &ry);
131 Sect[rx][ry] = STAR;