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

  /src/games/hack/
hack.mklev.c 83 static int smeq[MAXNROFROOMS + 1]; variable in typeref:typename:int[]
536 smeq[nroom] = nroom;
552 if (smeq[a] != smeq[a + 2])
556 if (smeq[a] != smeq[b])
703 if (smeq[a] < smeq[b])
704 smeq[b] = smeq[a]
    [all...]
hack.mklev.c 83 static int smeq[MAXNROFROOMS + 1]; variable in typeref:typename:int[]
536 smeq[nroom] = nroom;
552 if (smeq[a] != smeq[a + 2])
556 if (smeq[a] != smeq[b])
703 if (smeq[a] < smeq[b])
704 smeq[b] = smeq[a]
    [all...]

Completed in 23 milliseconds