Searched refs:sticks (Results 1 - 25 of 34) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c333 (sticks(youmonst.data)) ? ", held by you" :
405 if (sticks(youmonst.data))
H A Dpolyself.c35 boolean sticky = sticks(youmonst.data) && u.ustuck && !u.uswallow,
333 boolean sticky = sticks(youmonst.data) && u.ustuck && !u.uswallow,
480 if (!sticky && !u.uswallow && u.ustuck && sticks(youmonst.data)) u.ustuck = 0;
481 else if (sticky && !sticks(youmonst.data)) uunstick();
H A Dmondata.c297 sticks(ptr) /* creature sticks other creatures it hits */ function
H A Duhitm.c452 if(u.ustuck == mon && !u.uswallow && !sticks(youmonst.data))
1563 if (!negated && !sticks(mdef->data))
1567 if (!sticks(mdef->data)) {
2045 else if (!sticks(mon->data) && !u.uswallow) {
H A Dmhitu.c921 if (mattk->aatyp == AT_HUGS && !sticks(youmonst.data)) {
1217 if (uncancelled && !u.ustuck && !sticks(youmonst.data))
1221 if ((!mtmp->mcan || u.ustuck == mtmp) && !sticks(youmonst.data)) {
H A Dmonmove.c218 else if (!sticks(youmonst.data)) {
497 from you from having cast dozens of sticks-to-snakes
580 if (sticks(youmonst.data) && mtmp==u.ustuck && !u.uswallow) {
H A Ddog.c771 else if (!(Upolyd && sticks(youmonst.data)))
H A Ddogmove.c572 mtmp == u.ustuck && !sticks(youmonst.data)) {
H A Dpager.c145 Strcat(buf, (Upolyd && sticks(youmonst.data)) ?
H A Dmon.c2509 } else if (!sticks(mdat) && !sticks(youmonst.data))
H A Dartifact.c861 if (magr && magr == u.ustuck && sticks(youmonst.data)) {
H A Dmhitm.c1210 !sticks(youmonst.data) && !u.uswallow) {
H A Dtrap.c2337 if (sticks(youmonst.data))
2988 } else if (u.ustuck && sticks(youmonst.data)) {
3132 pline_The("webbing sticks to you. You're caught too!");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c333 (sticks(youmonst.data)) ? ", held by you" :
405 if (sticks(youmonst.data))
H A Dpolyself.c35 boolean sticky = sticks(youmonst.data) && u.ustuck && !u.uswallow,
333 boolean sticky = sticks(youmonst.data) && u.ustuck && !u.uswallow,
480 if (!sticky && !u.uswallow && u.ustuck && sticks(youmonst.data)) u.ustuck = 0;
481 else if (sticky && !sticks(youmonst.data)) uunstick();
H A Dmondata.c297 sticks(ptr) /* creature sticks other creatures it hits */ function
H A Duhitm.c452 if(u.ustuck == mon && !u.uswallow && !sticks(youmonst.data))
1563 if (!negated && !sticks(mdef->data))
1567 if (!sticks(mdef->data)) {
2045 else if (!sticks(mon->data) && !u.uswallow) {
H A Dmhitu.c921 if (mattk->aatyp == AT_HUGS && !sticks(youmonst.data)) {
1217 if (uncancelled && !u.ustuck && !sticks(youmonst.data))
1221 if ((!mtmp->mcan || u.ustuck == mtmp) && !sticks(youmonst.data)) {
H A Dmonmove.c218 else if (!sticks(youmonst.data)) {
497 from you from having cast dozens of sticks-to-snakes
580 if (sticks(youmonst.data) && mtmp==u.ustuck && !u.uswallow) {
H A Ddog.c771 else if (!(Upolyd && sticks(youmonst.data)))
H A Ddogmove.c572 mtmp == u.ustuck && !sticks(youmonst.data)) {
H A Dpager.c145 Strcat(buf, (Upolyd && sticks(youmonst.data)) ?
H A Dmon.c2509 } else if (!sticks(mdat) && !sticks(youmonst.data))
H A Dartifact.c861 if (magr && magr == u.ustuck && sticks(youmonst.data)) {
H A Dmhitm.c1210 !sticks(youmonst.data) && !u.uswallow) {

Completed in 283 milliseconds

12