Searched refs:POOL (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/games/hack/
H A Ddef.rm.h72 #define POOL 6 /* not yet fully implemented */ macro
85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */
H A Dhack.mkmaze.c99 (y == zy - 2 || y == zy + 2 || x == zx - 2 || x == zx + 3) ? POOL :
H A Dhack.pri.c414 } else if ((otmp = o_at(x, y)) && room->typ != POOL)
420 } else if (g_at(x, y) && room->typ != POOL)
441 else if (room->typ == POOL)
480 case POOL:
497 /* also when a POOL evaporates */
645 levl[mtmp->mx][mtmp->my].typ == POOL);
H A Dhack.trap.c408 if (levl[nux][nuy].typ == POOL && !Levitation)
418 { /* might throw him into a POOL */
544 if (levl[u.ux][u.uy].typ != POOL)
H A Dhack.vault.c291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) {
326 * POOL
329 if (isok(nx + nx - x, ny + ny - y) && typ != POOL &&
H A Dhack.mhitu.c166 levl[mtmp->mx][mtmp->my].typ == POOL) {
H A Dhack.zap.c432 tmp_at(-1, (levl[bhitpos.x][bhitpos.y].typ == POOL) ? -1 : 0);
551 if (lev->typ == POOL && abstype == 1 /* fire */ ) {
H A Dhack.mkshop.c317 levl[sx][sy].typ = POOL;
H A Dhack.mon.c116 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL);
600 if ((ntyp == POOL) == pool) {
660 if (!cnt && pool && nowtyp != POOL) {
H A Dhack.c255 if (levl[rx][ry].typ == POOL) {
334 if (tmpr->typ == POOL && !Levitation)
/netbsd-current/external/gpl2/lvm2/dist/
H A Dconfigure.in235 [ POOL="$withval" ],
236 [ POOL="internal" ])
237 AC_MSG_RESULT($POOL)
239 if [[ "x$POOL" != xnone -a "x$POOL" != xinternal -a "x$POOL" != xshared ]];
245 if test x$POOL = xinternal; then
819 if [[ \( "x$LVM1" = xshared -o "x$POOL" = xshared -o "x$CLUSTER" = xshared \
1121 AC_SUBST(POOL)
H A Dconfigure655 POOL
9215 withval=$with_pool; POOL="$withval"
9217 POOL="internal"
9220 { $as_echo "$as_me:$LINENO: result: $POOL" >&5
9221 $as_echo "$POOL" >&6; }
9223 if [ "x$POOL" != xnone -a "x$POOL" != xinternal -a "x$POOL" != xshared ];
9231 if test x$POOL = xinternal; then
12811 if [ \( "x$LVM1" = xshared -o "x$POOL"
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h159 POOL = 351, enumerator in enum:dhcp_token
H A Dconflex.c1246 return POOL;
H A Dconfparse.c746 case POOL:
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h155 POOL = 351, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c1268 return POOL;
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c612 case POOL:

Completed in 311 milliseconds