Home
last modified time | relevance | path

Searched refs:wdispl (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/hack/
H A Dhack.worm.c119 whd->wdispl = 1; in worm_move()
121 whd->wdispl = 0; in worm_move()
185 if (!cansee(wtmp->wx, wtmp->wy) && wtmp->wdispl) { in wormsee()
187 wtmp->wdispl = 0; in wormsee()
194 if (!wtmp->wdispl) { in pwseg()
196 wtmp->wdispl = 1; in pwseg()
275 if (wtmp->wdispl) in remseg()
H A Ddef.wseg.h71 unsigned wdispl:1; member