HomeSort by: relevance | last modified time | path
    Searched defs:score_wfd (Results 1 - 2 of 2) sorted by relevancy

  /src/games/robots/
main.c 68 int score_wfd; /* high score writable file descriptor */ local in function:main
73 score_wfd = open(Scorefile, O_RDWR);
74 if (score_wfd < 0)
76 else if (score_wfd < 3)
122 if (score_wfd >= 0)
123 close(score_wfd);
124 score_wfd = open(Scorefile, O_RDWR);
125 if (score_wfd < 0)
147 if (score_wfd < 0) {
187 score(score_wfd);
    [all...]
main.c 68 int score_wfd; /* high score writable file descriptor */ local in function:main
73 score_wfd = open(Scorefile, O_RDWR);
74 if (score_wfd < 0)
76 else if (score_wfd < 3)
122 if (score_wfd >= 0)
123 close(score_wfd);
124 score_wfd = open(Scorefile, O_RDWR);
125 if (score_wfd < 0)
147 if (score_wfd < 0) {
187 score(score_wfd);
    [all...]

Completed in 21 milliseconds