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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dengrave.h14 xchar engr_type; member in struct:engr
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dengrave.h14 xchar engr_type; member in struct:engr
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c234 return (ep && ep->engr_type != HEADSTONE &&
260 if(ep && ep->engr_type != HEADSTONE){
261 if(ep->engr_type != BURN || is_ice(x,y)) {
262 if(ep->engr_type != DUST && ep->engr_type != ENGR_BLOOD) {
288 switch(ep->engr_type) {
375 ep->engr_type = e_type > 0 ? e_type : rnd(N_ENGRAVE-1);
681 if(!oep || (oep->engr_type != BURN))
685 if (oep && oep->engr_type != HEADSTONE) {
693 if (oep && oep->engr_type !
[all...]
H A Dzap.c2385 if (!(e && e->engr_type == ENGRAVE)) {
2405 if ((e = engr_at(x, y)) != 0 && e->engr_type != HEADSTONE) {
2422 if (e->engr_type == ENGRAVE) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c234 return (ep && ep->engr_type != HEADSTONE &&
260 if(ep && ep->engr_type != HEADSTONE){
261 if(ep->engr_type != BURN || is_ice(x,y)) {
262 if(ep->engr_type != DUST && ep->engr_type != ENGR_BLOOD) {
288 switch(ep->engr_type) {
375 ep->engr_type = e_type > 0 ? e_type : rnd(N_ENGRAVE-1);
681 if(!oep || (oep->engr_type != BURN))
685 if (oep && oep->engr_type != HEADSTONE) {
693 if (oep && oep->engr_type !
[all...]
H A Dzap.c2385 if (!(e && e->engr_type == ENGRAVE)) {
2405 if ((e = engr_at(x, y)) != 0 && e->engr_type != HEADSTONE) {
2422 if (e->engr_type == ENGRAVE) {

Completed in 82 milliseconds