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

  /src/games/hack/
hack.mklev.c 119 unsigned tryct; local in function:makelevel
180 tryct = 0;
182 if (++tryct > 100) {
183 printf("tryct overflow4\n");
233 int tryct = 0, xlim, ylim; local in function:makerooms
274 if (secret || !rn2(MAXNROFROOMS + 1 - nroom - tryct)) {
279 tryct = 0;
281 tryct++;
293 tryct = 0;
294 } else if (tryct++ > 100
780 int kind, nopierc, nomimic, fakedoor, fakegold, tryct = 0; local in function:mktrap
    [all...]

Completed in 57 milliseconds