OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 21 08:09:48 GMT 2025