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

  /src/games/larn/
scores.c 8 * readboard() Function to read in the scoreboard into a static buffer
9 * writeboard() Function to write the scoreboard from readboard()'s buffer
105 static int readboard(void);
116 * readboard() Function to read in the scoreboard into a static buffer
121 readboard(void) function in typeref:typename:int
143 * writeboard() Function to write the scoreboard from readboard()'s buffer
207 if (readboard() < 0)
232 if (readboard() < 0)
357 if (readboard() < 0)
379 if (readboard() < 0
    [all...]

Completed in 34 milliseconds