Home
last modified time | relevance | path

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

12

/dports/sysutils/di/di-4.50/C/
H A Ddisplay.c195 int inpool = { FALSE }; local
317 inpool = FALSE;
323 inpool = TRUE;
327 inpool = FALSE;
331 addTotals (dinfo, &totals, inpool);
340 inpool = TRUE;
969 addTotals (const diDiskInfo_t *diskInfo, diDiskInfo_t *totals, int inpool) in addTotals() argument
971 addTotals (diskInfo, totals, inpool) in addTotals()
974 int inpool;
980 diskInfo->special, diskInfo->name, inpool);
[all …]
H A Ddimain.c331 int inpool = { FALSE }; local
354 inpool = FALSE;
360 if (inpool == FALSE)
366 inpool = FALSE;
373 if (found && inpool) {
406 if (inpool) {
424 inpool = TRUE;
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dxec.c861 shp->inpool = 0; in sh_coexec()
1591 if(shp->inpool) in sh_exec()
1895 if(shp->inpool) in sh_exec()
1973 if(shp->inpool) in sh_exec()
2044 if(shp->inpool) in sh_exec()
2207 if(shp->inpool) in sh_exec()
2223 if(shp->inpool) in sh_exec()
2386 if(shp->inpool) in sh_exec()
2505 if(shp->inpool) in sh_exec()
2589 if(shp->inpool) in sh_exec()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dxec.c861 shp->inpool = 0; in sh_coexec()
1591 if(shp->inpool) in sh_exec()
1895 if(shp->inpool) in sh_exec()
1973 if(shp->inpool) in sh_exec()
2044 if(shp->inpool) in sh_exec()
2207 if(shp->inpool) in sh_exec()
2223 if(shp->inpool) in sh_exec()
2386 if(shp->inpool) in sh_exec()
2505 if(shp->inpool) in sh_exec()
2589 if(shp->inpool) in sh_exec()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dxec.c819 shp->inpool = 0; in sh_coexec()
1630 if(shp->inpool) in sh_exec()
1952 if(shp->inpool) in sh_exec()
2046 if(shp->inpool) in sh_exec()
2117 if(shp->inpool) in sh_exec()
2280 if(shp->inpool) in sh_exec()
2296 if(shp->inpool) in sh_exec()
2464 if(shp->inpool) in sh_exec()
2585 if(shp->inpool) in sh_exec()
2669 if(shp->inpool) in sh_exec()
[all …]
/dports/sysutils/di/di-4.50/D/
H A Ddisplay.d434 bool inpool; in displayPartitions() local
464 inpool = false; in displayPartitions()
468 inpool = false; in displayPartitions()
474 if (! inpool) { in displayPartitions()
489 inpool = true; in displayPartitions()
/dports/net/openntpd/openntpd-6.8p1/src/
H A Dntp.c57 int inpool(struct sockaddr_storage *,
518 inpool(struct sockaddr_storage *a, in inpool() function
621 if (inpool(&h->ss, existing, in ntp_dispatch_imsg_dns()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h251 Dt_t *inpool; member
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dmon.c314 boolean inpool, infountain; local
316 inpool = is_pool(mtmp->mx,mtmp->my) &&
331 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
334 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
336 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
350 if (inpool) {
/dports/games/nethack33/nethack-3.3.1/src/
H A Dmon.c314 boolean inpool, infountain; local
316 inpool = is_pool(mtmp->mx,mtmp->my) &&
331 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
334 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
336 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
350 if (inpool) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dmon.c314 boolean inpool, infountain; local
316 inpool = is_pool(mtmp->mx,mtmp->my) &&
331 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
334 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
336 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
350 if (inpool) {
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dmon.c384 boolean inpool, inlava, infountain; local
386 inpool = is_pool(mtmp->mx,mtmp->my) &&
403 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
406 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
408 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
453 } else if (inpool) {
/dports/games/nethack34/nethack-3.4.3/src/
H A Dmon.c384 boolean inpool, inlava, infountain; local
386 inpool = is_pool(mtmp->mx,mtmp->my) &&
403 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
406 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
408 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
453 } else if (inpool) {
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dmon.c384 boolean inpool, inlava, infountain; local
386 inpool = is_pool(mtmp->mx,mtmp->my) &&
403 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
406 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
408 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
453 } else if (inpool) {
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h258 Dt_t *inpool; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h258 Dt_t *inpool; \
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dmon.c403 boolean inpool, inlava, infountain; local
405 inpool = is_pool(mtmp->mx,mtmp->my) &&
422 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
425 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
427 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
472 } else if (inpool) {
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h270 Dt_t *inpool; \
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmon.c412 boolean inpool, inlava, inswamp, infountain, grounded; local
415 inpool = is_pool(mtmp->mx,mtmp->my) && grounded;
431 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain || inswamp) && rn2(3)) {
434 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
436 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && (inpool || inswamp) && !rn2(5)) {
481 } else if (inpool) {
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dmon.c487 boolean inpool, inlava, infountain; local
489 inpool = is_pool(mtmp->mx,mtmp->my) &&
506 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
509 if (inpool) water_damage(mtmp->minvent, FALSE, FALSE);
511 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
556 } else if (inpool) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmon.c494 boolean inpool, inlava, infountain; local
497 inpool = (is_pool(mtmp->mx, mtmp->my)
517 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
520 if (inpool)
523 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
588 } else if (inpool) {
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmon.c494 boolean inpool, inlava, infountain; local
497 inpool = (is_pool(mtmp->mx, mtmp->my)
517 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) {
520 if (inpool)
523 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) {
588 } else if (inpool) {
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmon.c751 boolean inpool, inlava, infountain; in minliquid_core() local
753 inpool = (is_pool(mtmp->mx, mtmp->my) && (grounded(mtmp->data) in minliquid_core()
771 if (mtmp->data == &mons[PM_GREMLIN] && (inpool || infountain) && rn2(3)) { in minliquid_core()
774 if (inpool) in minliquid_core()
777 } else if (mtmp->data == &mons[PM_IRON_GOLEM] && inpool && !rn2(5)) { in minliquid_core()
842 } else if (inpool) { in minliquid_core()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c697 … switch_core_session_t **newsession, switch_memory_pool_t **inpool, switch_originate_flag_t flags, in rtmp_outgoing_channel() argument
727 …_globals.rtmp_endpoint_interface, flags, SWITCH_CALL_DIRECTION_OUTBOUND, inpool, switch_event_get_… in rtmp_outgoing_channel()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dconfpars.c3779 void parse_address_range (cfile, group, type, inpool, lpchain) in parse_address_range() argument
3783 struct pool *inpool;
3848 if (!inpool) {
3908 pool_reference (&pool, inpool, MDL);

12