OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:link_num
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/wump/
wump.c
110
static int
link_num
= LINKS_IN_ROOM; /* links per room */
variable in typeref:typename:int
185
link_num
= atoi(optarg);
186
if (
link_num
< 2) {
197
if (
link_num
> MAX_LINKS_IN_ROOM ||
198
link_num
> room_num - (room_num / 4)) {
229
room_num,
link_num
, bat_num, plural(bat_num), pit_num,
279
for (i = 1; i <
link_num
- 1; i++)
282
(void)printf("and %d.\n", cave[player_loc].tunnel[
link_num
- 1]);
332
cave[player_loc].tunnel[
link_num
-1] != next_room)
341
cave[player_loc].tunnel[
link_num
-1] != next_room)
[
all
...]
wump.c
110
static int
link_num
= LINKS_IN_ROOM; /* links per room */
variable in typeref:typename:int
185
link_num
= atoi(optarg);
186
if (
link_num
< 2) {
197
if (
link_num
> MAX_LINKS_IN_ROOM ||
198
link_num
> room_num - (room_num / 4)) {
229
room_num,
link_num
, bat_num, plural(bat_num), pit_num,
279
for (i = 1; i <
link_num
- 1; i++)
282
(void)printf("and %d.\n", cave[player_loc].tunnel[
link_num
- 1]);
332
cave[player_loc].tunnel[
link_num
-1] != next_room)
341
cave[player_loc].tunnel[
link_num
-1] != next_room)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025