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

  /src/games/hack/
hack.lev.c 222 mread(fd, &hpid, sizeof(hpid));
223 mread(fd, &dlvl, sizeof(dlvl));
232 mread(fd, levl, sizeof(levl));
233 mread(fd, &omoves, sizeof(omoves));
234 mread(fd, &xupstair, sizeof(xupstair));
235 mread(fd, &yupstair, sizeof(yupstair));
236 mread(fd, &xdnstair, sizeof(xdnstair));
237 mread(fd, &ydnstair, sizeof(ydnstair));
269 mread(fd, gold, sizeof(struct gold));
274 mread(fd, gold, sizeof(struct gold))
311 mread(int fd, void *buf, size_t len) function in typeref:typename:void
    [all...]
hack.lev.c 222 mread(fd, &hpid, sizeof(hpid));
223 mread(fd, &dlvl, sizeof(dlvl));
232 mread(fd, levl, sizeof(levl));
233 mread(fd, &omoves, sizeof(omoves));
234 mread(fd, &xupstair, sizeof(xupstair));
235 mread(fd, &yupstair, sizeof(yupstair));
236 mread(fd, &xdnstair, sizeof(xdnstair));
237 mread(fd, &ydnstair, sizeof(ydnstair));
269 mread(fd, gold, sizeof(struct gold));
274 mread(fd, gold, sizeof(struct gold))
311 mread(int fd, void *buf, size_t len) function in typeref:typename:void
    [all...]

Completed in 72 milliseconds