Searched refs:branch (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c30 static branch *branches = (branch *) 0; /* dungeon branch list */
47 STATIC_DCL branch *FDECL(add_branch, (int, int, struct proto_dungeon *));
67 branch *br;
118 branch *curr, *next;
132 bwrite(fd, (genericptr_t) curr, sizeof (branch));
155 branch *curr, *last;
163 last = branches = (branch *) 0;
167 curr = (branch *) allo
[all...]
H A Dquest.c7 /* quest dungeon branch routines. */
141 * there is a single branch to and from it.
147 branch *br;
H A Dmklev.c610 branch *branchp;
685 branchp = Is_branchlev(&u.uz); /* possible dungeon branch */
750 /* Place multi-dungeon branch. */
1014 /* Find an unused room for a branch location. */
1037 impossible("Can't place branch!");
1058 /* If given a branch, randomly place a special stair or portal. */
1061 branch *br; /* branch to place */
1070 * Return immediately if there is no branch to make or we have
1073 * as a favored spot for a branch
[all...]
H A Drestore.c703 branch *br;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c30 static branch *branches = (branch *) 0; /* dungeon branch list */
47 STATIC_DCL branch *FDECL(add_branch, (int, int, struct proto_dungeon *));
67 branch *br;
118 branch *curr, *next;
132 bwrite(fd, (genericptr_t) curr, sizeof (branch));
155 branch *curr, *last;
163 last = branches = (branch *) 0;
167 curr = (branch *) allo
[all...]
H A Dquest.c7 /* quest dungeon branch routines. */
141 * there is a single branch to and from it.
147 branch *br;
H A Dmklev.c610 branch *branchp;
685 branchp = Is_branchlev(&u.uz); /* possible dungeon branch */
750 /* Place multi-dungeon branch. */
1014 /* Find an unused room for a branch location. */
1037 impossible("Can't place branch!");
1058 /* If given a branch, randomly place a special stair or portal. */
1061 branch *br; /* branch to place */
1070 * Return immediately if there is no branch to make or we have
1073 * as a favored spot for a branch
[all...]
H A Drestore.c703 branch *br;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h66 * A branch structure defines the connection between two dungeons. They
71 typedef struct branch { struct
72 struct branch *next; /* next in the branch chain */
73 int id; /* branch identifier */
74 int type; /* type of branch */
78 } branch; typedef in typeref:struct:branch
80 /* branch types */
142 #define MIGR_SSTAIRS 7 /* dungeon branch */
H A Dextern.h465 E void FDECL(insert_branch, (branch *,BOOLEAN_P));
469 E branch *FDECL(Is_branchlev, (d_level *));
493 E branch *FDECL(dungeon_branch, (const char *));
1006 E void FDECL(place_branch, (branch *,XCHAR_P,XCHAR_P));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h66 * A branch structure defines the connection between two dungeons. They
71 typedef struct branch { struct
72 struct branch *next; /* next in the branch chain */
73 int id; /* branch identifier */
74 int type; /* type of branch */
78 } branch; typedef in typeref:struct:branch
80 /* branch types */
142 #define MIGR_SSTAIRS 7 /* dungeon branch */
H A Dextern.h465 E void FDECL(insert_branch, (branch *,BOOLEAN_P));
469 E branch *FDECL(Is_branchlev, (d_level *));
493 E branch *FDECL(dungeon_branch, (const char *));
1006 E void FDECL(place_branch, (branch *,XCHAR_P,XCHAR_P));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1123 There is a special pre-mapped branch of the dungeon based on the
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1123 There is a special pre-mapped branch of the dungeon based on the

Completed in 87 milliseconds