Searched refs:npool (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.h216 char npool; member in struct:_room
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsp_lev.h216 char npool; member in struct:_room
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c128 unsigned int nfountain = 0, npool = 0, nsink = 0, npass = 0;
2054 tmppool[npool] = New(pool);
2055 tmppool[npool]->x = current_coord.x;
2056 tmppool[npool]->y = current_coord.y;
2057 npool++;
2058 if (npool >= MAX_OF_TYPE) {
2060 npool--;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c128 unsigned int nfountain = 0, npool = 0, nsink = 0, npass = 0;
2054 tmppool[npool] = New(pool);
2055 tmppool[npool]->x = current_coord.x;
2056 tmppool[npool]->y = current_coord.y;
2057 npool++;
2058 if (npool >= MAX_OF_TYPE) {
2060 npool--;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c1559 if ((j = r->npool) != 0) {
1628 for(i = 0; i<r->npool; i++)
1928 Fread((genericptr_t) &r->npool, 1, sizeof(r->npool), fd);
1929 if ((n = r->npool) != 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsp_lev.c1559 if ((j = r->npool) != 0) {
1628 for(i = 0; i<r->npool; i++)
1928 Fread((genericptr_t) &r->npool, 1, sizeof(r->npool), fd);
1929 if ((n = r->npool) != 0)

Completed in 203 milliseconds