Searched refs:atype (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dshknam.c252 int atype; local
264 atype = get_shop_item(shp - shtypes);
265 if (atype < 0)
266 (void) mksobj_at(-atype, sx, sy, TRUE, TRUE);
268 (void) mkobj_at(atype, sx, sy, TRUE);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dshknam.c252 int atype; local
264 atype = get_shop_item(shp - shtypes);
265 if (atype < 0)
266 (void) mksobj_at(-atype, sx, sy, TRUE, TRUE);
268 (void) mkobj_at(atype, sx, sy, TRUE);

Completed in 24 milliseconds