OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_INITIAL
(Results
1 - 5
of
5
) sorted by relevancy
/src/games/sail/
dr_main.c
89
sp->file->readyR = R_LOADED|
R_INITIAL
;
90
sp->file->readyL = R_LOADED|
R_INITIAL
;
dr_1.c
368
if (ready &
R_INITIAL
) {
370
sp->file->readyL &= ~
R_INITIAL
;
372
sp->file->readyR &= ~
R_INITIAL
;
extern.h
84
#define readyname(r) ((r) & R_LOADING ? '*' : ((r) &
R_INITIAL
? '!' : ' '))
101
#define
R_INITIAL
8 /* loaded initial */
pl_3.c
159
if (ready &
R_INITIAL
) {
pl_7.c
1060
mf->readyR = R_LOADED|
R_INITIAL
;
1061
mf->readyL = R_LOADED|
R_INITIAL
;
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025