HomeSort by: relevance | last modified time | path
    Searched refs:POOL (Results 1 - 18 of 18) sorted by relevancy

  /src/games/hack/
def.rm.h 72 #define POOL 6 /* not yet fully implemented */
85 #define IS_ROCK(typ) ((typ) < POOL) /* absolutely nonaccessible */
hack.mkmaze.c 99 (y == zy - 2 || y == zy + 2 || x == zx - 2 || x == zx + 3) ? POOL :
hack.pri.c 414 } 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);
hack.trap.c 408 if (levl[nux][nuy].typ == POOL && !Levitation)
418 { /* might throw him into a POOL */
531 pline("You fall into a pool!");
544 if (levl[u.ux][u.uy].typ != POOL)
548 killer = "pool of water";
hack.vault.c 291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) {
326 * POOL
329 if (isok(nx + nx - x, ny + ny - y) && typ != POOL &&
hack.mhitu.c 166 levl[mtmp->mx][mtmp->my].typ == POOL) {
hack.zap.c 430 /* leave last symbol unless in a pool */
432 tmp_at(-1, (levl[bhitpos.x][bhitpos.y].typ == POOL) ? -1 : 0);
551 if (lev->typ == POOL && abstype == 1 /* fire */ ) {
hack.mkshop.c 317 levl[sx][sy].typ = POOL;
hack.mon.c 116 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL);
581 boolean pool; local
587 pool = (mon->data->mlet == ';');
600 if ((ntyp == POOL) == pool) {
660 if (!cnt && pool && nowtyp != POOL) {
661 pool = FALSE;
hack.c 255 if (levl[rx][ry].typ == POOL) {
334 if (tmpr->typ == POOL && !Levitation)
  /src/external/gpl2/lvm2/dist/
configure.in 231 AC_MSG_CHECKING(whether to include support for GFS pool metadata)
232 AC_ARG_WITH(pool,
233 [ --with-pool=TYPE GFS pool read-only support: internal/shared/none
235 [ POOL="$withval" ],
236 [ POOL="internal" ])
237 AC_MSG_RESULT($POOL)
239 if [[ "x$POOL" != xnone -a "x$POOL" != xinternal -a "x$POOL" != xshared ]]
    [all...]
configure 655 POOL
1541 --with-pool=TYPE GFS pool read-only support: internal/shared/none
9210 { $as_echo "$as_me:$LINENO: checking whether to include support for GFS pool metadata" >&5
9211 $as_echo_n "checking whether to include support for GFS pool metadata... " >&6; }
9213 # Check whether --with-pool was given.
9215 withval=$with_pool; POOL="$withval"
9217 POOL="internal"
9220 { $as_echo "$as_me:$LINENO: result: $POOL" >&5
9221 $as_echo "$POOL" >&6;
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 155 POOL = 351,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 159 POOL = 351,
conflex.c 1246 return POOL;
confparse.c 73 struct element *pool; member in struct:range
746 case POOL:
749 parse_error(cfile, "pool declared within pool.");
751 parse_error(cfile, "pool declared outside of network");
832 parse_error(cfile, "pool6 declared within pool.");
1130 * \brief Parse a pool statement
1132 * Pool statements are used to group declarations and permit & deny information
1135 * Each pool may have a different set of permit or deny options.
1152 struct element *pool; local
2090 struct element *pool; local
3109 struct element *pool; local
3223 struct element *pool; local
3345 struct element *pool; local
3482 struct element *pool; local
    [all...]
  /src/external/mpl/dhcp/dist/common/
conflex.c 1268 return POOL;
  /src/external/mpl/dhcp/dist/server/
confpars.c 612 case POOL:
615 parse_warn (cfile, "pool declared within pool.");
618 parse_warn (cfile, "pool declared outside of network");
633 parse_address_range (cfile, group, type, (struct pool *)0,
675 parse_warn (cfile, "pool6 declared within pool.");
1550 * \param[in] valid_from = pointers to the time values from the enclosing pool
1709 * \brief Parse a pool statement
1711 * Pool statements are used to group declarations and permit & deny information
1714 * Each pool may have a different set of permit or deny options
1734 struct pool *pool, **p, *pp; local
3796 struct pool *pool; local
3948 struct ipv6_pool *pool; local
    [all...]

Completed in 35 milliseconds