OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safescore
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/mille/
print.c
130
if (pp->
safescore
!= pp->sh_safescore) {
131
mvprintw(2, x, Score_fmt, pp->
safescore
);
132
if (pp->
safescore
== 400)
137
pp->sh_safescore = pp->
safescore
;
mille.h
187
int
safescore
;
member in struct:__anon52fc66f40108
init.c
74
pp->
safescore
= 0;
move.c
329
if ((pp->
safescore
+= SC_SAFETY) == NUM_SAFE * SC_SAFETY) {
Completed in 13 milliseconds
Indexes created Sat Oct 25 07:10:08 GMT 2025