Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.mon.c104 { boolean inpool, iseel; in movemon() local
106 inpool = (levl[(int)mtmp->mx][(int)mtmp->my].typ == POOL); in movemon()
108 if(inpool && !iseel) { in movemon()
115 if(iseel && !inpool) { in movemon()
/openbsd/usr.sbin/ntpd/
H A Dntp.c57 int inpool(struct sockaddr_storage *,
523 inpool(struct sockaddr_storage *a, in inpool() function
626 if (inpool(&h->ss, existing, in ntp_dispatch_imsg_dns()