Home
last modified time | relevance | path

Searched refs:scorefile (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/larn/
H A Dconfig.c27 char scorefile[] = _PATH_SCORE; variable
H A Dscores.c109 if (lopen(scorefile) < 0) { in readboard()
130 if (lcreat(scorefile) < 0) { in writeboard()
157 chmod(scorefile, 0660); in makeboard()
H A Dheader.h341 extern char predostuff, psname[], restorflag, savefilename[], scorefile[], scprob[];
H A Dmain.c142 if (stat(scorefile, &sb) < 0 || sb.st_size == 0) /* not there */ in main()