OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsmax
(Results
1 - 4
of
4
) 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 */
243
rsmax
= 1;
245
rscnt =
rsmax
;
276
rs[
rsmax
] = *rsp;
278
rs[rscnt] = rs[
rsmax
];
310
/* walk down since rscnt and
rsmax
change */
311
for (rsp = &rs[
rsmax
- 1]; rsp >= rs; rsp--) {
317
*rsp = rs[--
rsmax
];
319
rsmax
--
[
all
...]
hack.mklev.c
97
static int rscnt,
rsmax
; /* 0..rscnt-1: currently under consideration */
variable in typeref:typename:int
98
/* rscnt..
rsmax
: discarded */
243
rsmax
= 1;
245
rscnt =
rsmax
;
276
rs[
rsmax
] = *rsp;
278
rs[rscnt] = rs[
rsmax
];
310
/* walk down since rscnt and
rsmax
change */
311
for (rsp = &rs[
rsmax
- 1]; rsp >= rs; rsp--) {
317
*rsp = rs[--
rsmax
];
319
rsmax
--
[
all
...]
hack.mklev.c
97
static int rscnt,
rsmax
; /* 0..rscnt-1: currently under consideration */
variable in typeref:typename:int
98
/* rscnt..
rsmax
: discarded */
243
rsmax
= 1;
245
rscnt =
rsmax
;
276
rs[
rsmax
] = *rsp;
278
rs[rscnt] = rs[
rsmax
];
310
/* walk down since rscnt and
rsmax
change */
311
for (rsp = &rs[
rsmax
- 1]; rsp >= rs; rsp--) {
317
*rsp = rs[--
rsmax
];
319
rsmax
--
[
all
...]
hack.mklev.c
97
static int rscnt,
rsmax
; /* 0..rscnt-1: currently under consideration */
variable in typeref:typename:int
98
/* rscnt..
rsmax
: discarded */
243
rsmax
= 1;
245
rscnt =
rsmax
;
276
rs[
rsmax
] = *rsp;
278
rs[rscnt] = rs[
rsmax
];
310
/* walk down since rscnt and
rsmax
change */
311
for (rsp = &rs[
rsmax
- 1]; rsp >= rs; rsp--) {
317
*rsp = rs[--
rsmax
];
319
rsmax
--
[
all
...]
Completed in 151 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025