OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROWNO
(Results
1 - 17
of
17
) sorted by relevancy
/src/games/hack/
config.h
153
/* size of terminal screen is (at least) (
ROWNO
+2) by COLNO */
155
#define
ROWNO
22
def.rm.h
114
extern struct rm levl[COLNO][
ROWNO
];
hack.mkmaze.c
89
for (y = 2; y <
ROWNO
- 1; y++)
95
zy = 2 * (
ROWNO
/ 4) - 1;
123
for (y = 2; y <
ROWNO
- 1; y++) {
204
if (x < 3 || y < 3 || x > COLNO - 3 || y >
ROWNO
- 3 || levl[x][y].typ != 0)
215
mm.y = 3 + 2 * rn2(
ROWNO
/ 2 - 2);
hack.Decl.c
77
struct rm levl[COLNO][
ROWNO
]; /* level map */
hack.pri.c
130
if (x < 0 || x > COLNO - 1 || y < 0 || y >
ROWNO
- 1) {
234
ROWNO
+ 2, COLNO);
242
if (x < 0 || x > COLNO - 1 || y < 0 || y >
ROWNO
- 1) {
304
for (y = 0; y <
ROWNO
; y++)
312
scrly =
ROWNO
;
336
if (y >
ROWNO
&& CD)
340
if (y <
ROWNO
) {
350
if (ymax >
ROWNO
) {
352
if (ymax >
ROWNO
+ 1 && CD) {
353
curs(1,
ROWNO
+ 3)
[
all
...]
hack.pager.c
179
whole_screen = (LI -
ROWNO
- 2 <= PAGMIN || !CD);
205
curs(1,
ROWNO
+ 4);
220
curs(1,
ROWNO
+ 4);
242
curs(1,
ROWNO
+ 4);
hack.vault.c
102
#define FCSIZ (
ROWNO
+COLNO)
187
for (dd = 1; (dd <
ROWNO
|| dd < COLNO); dd++) {
189
if (y < 0 || y >
ROWNO
- 1)
hack.bones.c
163
for (y = 0; y <
ROWNO
; y++)
hack.makemon.c
231
!(x < 1 || x > COLNO - 2 || y < 1 || y >
ROWNO
- 2 ||
250
ty = rn2(
ROWNO
);
hack.terminfo.c
89
if (CO < COLNO || LI <
ROWNO
+ 2)
hack.mklev.c
127
for (y = 0; y <
ROWNO
; y++)
242
rsp->rhy =
ROWNO
- 1;
474
if (hiy >
ROWNO
- YLIM - 1)
475
hiy =
ROWNO
- YLIM - 1;
633
if (xx == COLNO - 1 || xx == 0 || yy == 0 || yy ==
ROWNO
- 1)
hack.read.c
424
for (zy = 0; zy <
ROWNO
; zy++)
459
for (zy = 0; zy <
ROWNO
; zy++)
hack.cmd.c
379
return (x >= 1 && x <= COLNO - 1 && y >= 0 && y <=
ROWNO
- 1);
hack.do_name.c
92
if (0 <= cy + ydir[i] && cy + ydir[i] <=
ROWNO
- 1)
hack.zap.c
311
zy < 3 || zy >
ROWNO
- 3)
715
ty = rn2(
ROWNO
);
hack.trap.c
385
nuy = rn2(
ROWNO
);
hack.do.c
287
u.uy = rn2(
ROWNO
);
Completed in 21 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025