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

  /src/games/sail/
pl_main.c 62 if (game < 0 || game >= NSCENE) {
106 if (game < 0 || game >= NSCENE) {
dr_main.c 70 if (game < 0 || game >= NSCENE) {
globals.c 47 struct scenario scene[NSCENE] = {
316 int nscene = sizeof scene / sizeof (struct scenario); variable in typeref:typename:int
extern.h 126 #define NSCENE /*nscene*/ 32
190 extern struct scenario scene[NSCENE];
191 extern int nscene;
pl_7.c 1179 if (sc < NSCENE) {
1238 down(&pickerpos, &pickerscroll, NSCENE, LINES-12);
1261 static int joinable[NSCENE];
1334 for (i = 0; i < NSCENE; i++) {

Completed in 13 milliseconds