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

  /src/games/hack/
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
245 rscnt = rsmax;
248 while (rscnt > 0 && nroom < MAXNROFROOMS - 1) {
254 rsp = &rs[rn2(rscnt)];
275 rscnt--;
277 *rsp = rs[rscnt];
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change *
    [all...]
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
245 rscnt = rsmax;
248 while (rscnt > 0 && nroom < MAXNROFROOMS - 1) {
254 rsp = &rs[rn2(rscnt)];
275 rscnt--;
277 *rsp = rs[rscnt];
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change *
    [all...]
hack.mklev.c 97 static int rscnt, rsmax; /* 0..rscnt-1: currently under consideration */ variable in typeref:typename:int
98 /* rscnt..rsmax: discarded */
245 rscnt = rsmax;
248 while (rscnt > 0 && nroom < MAXNROFROOMS - 1) {
254 rsp = &rs[rn2(rscnt)];
275 rscnt--;
277 *rsp = rs[rscnt];
278 rs[rscnt] = rs[rsmax];
310 /* walk down since rscnt and rsmax change *
    [all...]

Completed in 32 milliseconds