Searched refs:stair (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dsp_lev.h98 } stair; typedef in typeref:struct:__anon707
171 stair **stairs;
207 stair **stairs;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsp_lev.h98 } stair; typedef in typeref:struct:__anon29
171 stair **stairs;
207 stair **stairs;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c36 STATIC_DCL void FDECL(create_stairs, (stair *, struct mkroom *));
1069 stair *s;
1890 r->stairs = NewTab(stair, n);
1892 r->stairs[(int)n] = New(stair);
1894 sizeof(stair), fd);
2086 stair tmpstair, prevstair;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c36 STATIC_DCL void FDECL(create_stairs, (stair *, struct mkroom *));
1069 stair *s;
1890 r->stairs = NewTab(stair, n);
1892 r->stairs[(int)n] = New(stair);
1894 sizeof(stair), fd);
2086 stair tmpstair, prevstair;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c105 stair *tmpstair[MAX_OF_TYPE];
1862 tmpstair[nstair] = New(stair);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c105 stair *tmpstair[MAX_OF_TYPE];
1862 tmpstair[nstair] = New(stair);

Completed in 58 milliseconds