OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scene
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
globals.c
47
struct scenario
scene
[NSCENE] = {
variable in typeref:struct:scenario[]
316
int nscene = sizeof
scene
/ sizeof (struct scenario);
/src/games/fortune/fortune/
fortune.c
641
FILEDESC *
scene
, *obscene;
local in function:all_forts
654
scene
= new_fp();
656
*
scene
= *fp;
659
fp->child =
scene
;
660
scene
->next = obscene;
662
scene
->child = obscene->child = NULL;
663
scene
->parent = obscene->parent = fp;
666
scene
->percent = obscene->percent = NO_PROB;
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025