OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXNROFROOMS
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/hack/
def.mkroom.h
71
#define
MAXNROFROOMS
15
72
extern struct mkroom rooms[
MAXNROFROOMS
+1];
hack.Decl.c
80
struct mkroom rooms[
MAXNROFROOMS
+ 1];
hack.mklev.c
83
static int smeq[
MAXNROFROOMS
+ 1];
196
if (nroom <= (2 *
MAXNROFROOMS
/ 3))
248
while (rscnt > 0 && nroom <
MAXNROFROOMS
- 1) {
249
if (!secret && nroom > (
MAXNROFROOMS
/ 3) &&
250
!rn2((
MAXNROFROOMS
- nroom) * (
MAXNROFROOMS
- nroom)))
274
if (secret || !rn2(
MAXNROFROOMS
+ 1 - nroom - tryct)) {
466
if (nroom >=
MAXNROFROOMS
)
Completed in 12 milliseconds
Indexes created Wed Oct 29 09:09:48 GMT 2025