Home
last modified time | relevance | path

Searched refs:ttyp (Results 251 – 275 of 762) sorted by relevance

1...<<11121314151617181920>>...31

/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dhack.c155 || !(ttmp && is_pit(ttmp->ttyp)))) { in moverock()
193 switch (ttmp->ttyp) { in moverock()
251 if (ttmp->ttyp == LEVEL_TELEP) { in moverock()
263 if (ttmp->ttyp == TELEP_TRAP) { in moverock()
1229 && is_pit(desttrap->ttyp))
1807 && is_pit(trap->ttyp) in domove_core()
2166 && (!spottrap || !trap || trap->ttyp == spottraptyp))
2207 pit = (trap && is_pit(trap->ttyp));
2220 if (!spottrap || spottraptyp != trap->ttyp) {
2222 spottraptyp = trap->ttyp;
[all …]
H A Dmon.c1507 if (ttmp->ttyp >= TRAPNUM || ttmp->ttyp == 0) {
1510 ttmp->ttyp);
1513 if ((ttmp->ttyp != RUST_TRAP
1515 && ttmp->ttyp != STATUE_TRAP
1516 && ttmp->ttyp != VIBRATING_SQUARE
1517 && ((!is_pit(ttmp->ttyp) && !is_hole(ttmp->ttyp))
1521 && (ttmp->ttyp != BEAR_TRAP
1527 && (ttmp->ttyp != WEB
2359 && is_pit(t->ttyp)) {
3181 && !is_pit(t->ttyp))
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dhack.c155 || !(ttmp && is_pit(ttmp->ttyp)))) { in moverock()
193 switch (ttmp->ttyp) { in moverock()
251 if (ttmp->ttyp == LEVEL_TELEP) { in moverock()
263 if (ttmp->ttyp == TELEP_TRAP) { in moverock()
1229 && is_pit(desttrap->ttyp))
1807 && is_pit(trap->ttyp) in domove_core()
2166 && (!spottrap || !trap || trap->ttyp == spottraptyp))
2207 pit = (trap && is_pit(trap->ttyp));
2220 if (!spottrap || spottraptyp != trap->ttyp) {
2222 spottraptyp = trap->ttyp;
[all …]
H A Dmon.c1507 if (ttmp->ttyp >= TRAPNUM || ttmp->ttyp == 0) {
1510 ttmp->ttyp);
1513 if ((ttmp->ttyp != RUST_TRAP
1515 && ttmp->ttyp != STATUE_TRAP
1516 && ttmp->ttyp != VIBRATING_SQUARE
1517 && ((!is_pit(ttmp->ttyp) && !is_hole(ttmp->ttyp))
1521 && (ttmp->ttyp != BEAR_TRAP
1527 && (ttmp->ttyp != WEB
2359 && is_pit(t->ttyp)) {
3181 && !is_pit(t->ttyp))
[all …]
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dvsetdels.c213 char *get_tchknam(char *s, int ttyp) in get_tchknam() argument
215 switch (ttyp) { in get_tchknam()
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddokick.c418 (((trap->ttyp == PIT ||
419 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
420 trap->ttyp == WEB)) {
424 (trap->ttyp == WEB) ? "web" : "pit");
1307 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1483 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1484 gate_str = (ttmp->ttyp == TRAPDOOR) ?
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddokick.c418 (((trap->ttyp == PIT ||
419 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
420 trap->ttyp == WEB)) {
424 (trap->ttyp == WEB) ? "web" : "pit");
1307 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1483 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1484 gate_str = (ttmp->ttyp == TRAPDOOR) ?
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddokick.c448 (((trap->ttyp == PIT ||
449 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
450 trap->ttyp == WEB)) {
454 (trap->ttyp == WEB) ? "web" : "pit");
1368 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1543 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1544 gate_str = (ttmp->ttyp == TRAPDOOR) ?
H A Dmon.c1307 if(ttmp->ttyp >= TRAPNUM || ttmp->ttyp == 0) {
1311 if ((ttmp->ttyp != RUST_TRAP
1314 && ttmp->ttyp != STATUE_TRAP
1315 && ((ttmp->ttyp != PIT
1316 && ttmp->ttyp != SPIKED_PIT
1317 && ttmp->ttyp != TRAPDOOR
1318 && ttmp->ttyp != HOLE)
1323 && (ttmp->ttyp != SLP_GAS_TRAP ||
1325 && (ttmp->ttyp != BEAR_TRAP ||
1328 && (ttmp->ttyp != FIRE_TRAP ||
[all …]
H A Dapply.c192 (ttmp && ttmp->ttyp == STATUE_TRAP) ?
2176 int ttyp = obj->otyp; local
2179 (objects[ttyp].oc_dir & (PIERCE|SLASH)));
2197 materialnm[objects[ttyp].oc_material],
2369 int ttyp, tmp; local
2401 ttyp = (otmp->otyp == LAND_MINE) ? LANDMINE : BEAR_TRAP;
2406 defsyms[trap_to_defsym(what_trap(ttyp))].explanation);
2417 if (ttyp == BEAR_TRAP && tmp < 18)
2433 switch(ttyp) {
2465 int ttyp; in set_trap() local
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddokick.c453 (((trap->ttyp == PIT ||
454 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
455 trap->ttyp == WEB)) {
459 (trap->ttyp == WEB) ? "web" : "pit");
1350 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1526 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1527 gate_str = (ttmp->ttyp == TRAPDOOR) ?
H A Dhack.c443 !(ttmp && ((ttmp->ttyp == PIT) || in moverock()
444 (ttmp->ttyp == SPIKED_PIT))))) { in moverock()
462 switch(ttmp->ttyp) { in moverock()
499 (ttmp->ttyp == TRAPDOOR) ? "trigger" : "fall"), in moverock()
500 (ttmp->ttyp == TRAPDOOR) ? nul : " into", in moverock()
502 (ttmp->ttyp == TRAPDOOR) ? "trap door" : "hole", in moverock()
519 if (ttmp->ttyp == TELEP_TRAP) in moverock()
1309 defsyms[trap_to_defsym(trap->ttyp)].explanation); in domove()
1667 (trap->ttyp == PIT || trap->ttyp == SPIKED_PIT) && in domove()
1898 pit = (trap && (trap->ttyp == PIT || trap->ttyp == SPIKED_PIT));
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddokick.c418 (((trap->ttyp == PIT ||
419 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
420 trap->ttyp == WEB)) {
424 (trap->ttyp == WEB) ? "web" : "pit");
1307 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1483 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1484 gate_str = (ttmp->ttyp == TRAPDOOR) ?
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dconfig.c1129 UserTagType ttyp = tagtype_null; in ParseTagNames() local
1133 case TidyInlineTags: ttyp = tagtype_inline; break; in ParseTagNames()
1134 case TidyBlockTags: ttyp = tagtype_block; break; in ParseTagNames()
1135 case TidyEmptyTags: ttyp = tagtype_empty; break; in ParseTagNames()
1136 case TidyPreTags: ttyp = tagtype_pre; break; in ParseTagNames()
1143 FreeDeclaredTags( doc, ttyp ); in ParseTagNames()
1144 cfg->defined_tags |= ttyp; in ParseTagNames()
1196 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
1203 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmon.c1223 if(ttmp->ttyp >= TRAPNUM || ttmp->ttyp == 0) {
1227 if ((ttmp->ttyp != RUST_TRAP
1229 && ttmp->ttyp != STATUE_TRAP
1230 && ((ttmp->ttyp != PIT
1231 && ttmp->ttyp != SPIKED_PIT
1232 && ttmp->ttyp != TRAPDOOR
1233 && ttmp->ttyp != HOLE)
1238 && (ttmp->ttyp != SLP_GAS_TRAP ||
1240 && (ttmp->ttyp != BEAR_TRAP ||
1243 && (ttmp->ttyp != FIRE_TRAP ||
[all …]
H A Ddokick.c482 (((trap->ttyp == PIT ||
483 trap->ttyp == SPIKED_PIT) && !Passes_walls) ||
484 trap->ttyp == WEB)) {
488 (trap->ttyp == WEB) ? "web" : "pit");
1432 (t->ttyp == TRAPDOOR || t->ttyp == HOLE)) {
1608 (ttmp->ttyp == TRAPDOOR || ttmp->ttyp == HOLE)) {
1609 gate_str = (ttmp->ttyp == TRAPDOOR) ?
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dconfig.c1223 UserTagType ttyp = tagtype_null; in ParseTagNames() local
1227 case TidyInlineTags: ttyp = tagtype_inline; break; in ParseTagNames()
1228 case TidyBlockTags: ttyp = tagtype_block; break; in ParseTagNames()
1229 case TidyEmptyTags: ttyp = tagtype_empty; break; in ParseTagNames()
1230 case TidyPreTags: ttyp = tagtype_pre; break; in ParseTagNames()
1237 TY_(FreeDeclaredTags)( doc, ttyp ); in ParseTagNames()
1238 cfg->defined_tags |= ttyp; in ParseTagNames()
1290 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
1297 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
/dports/www/tidy-lib/tidy/src/
H A Dconfig.c1237 UserTagType ttyp = tagtype_null; in ParseTagNames() local
1241 case TidyInlineTags: ttyp = tagtype_inline; break; in ParseTagNames()
1242 case TidyBlockTags: ttyp = tagtype_block; break; in ParseTagNames()
1243 case TidyEmptyTags: ttyp = tagtype_empty; break; in ParseTagNames()
1244 case TidyPreTags: ttyp = tagtype_pre; break; in ParseTagNames()
1251 TY_(FreeDeclaredTags)( doc, ttyp ); in ParseTagNames()
1252 cfg->defined_tags |= ttyp; in ParseTagNames()
1304 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
1311 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
/dports/www/tidy-devel/tidy/src/
H A Dconfig.c1237 UserTagType ttyp = tagtype_null; in ParseTagNames() local
1241 case TidyInlineTags: ttyp = tagtype_inline; break; in ParseTagNames()
1242 case TidyBlockTags: ttyp = tagtype_block; break; in ParseTagNames()
1243 case TidyEmptyTags: ttyp = tagtype_empty; break; in ParseTagNames()
1244 case TidyPreTags: ttyp = tagtype_pre; break; in ParseTagNames()
1251 TY_(FreeDeclaredTags)( doc, ttyp ); in ParseTagNames()
1252 cfg->defined_tags |= ttyp; in ParseTagNames()
1304 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
1311 DeclareUserTag( doc, option->id, ttyp, buf ); in ParseTagNames()
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dtypecheck.go1024 ntyp, ttyp := n.typ.TypeOf(), typ.TypeOf()
1027 nkind, tkind := ntyp.Kind(), ttyp.Kind()
1028 if isNumber(ntyp) && isNumber(ttyp) {
1047 case isNumber(ttyp) || isString(ttyp) || isBoolean(ttyp):
1049 rtyp = ttyp
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dtypecheck.go1021 ntyp, ttyp := n.typ.TypeOf(), typ.TypeOf()
1024 nkind, tkind := ntyp.Kind(), ttyp.Kind()
1025 if isNumber(ntyp) && isNumber(ttyp) {
1044 case isNumber(ttyp) || isString(ttyp) || isBoolean(ttyp):
1046 rtyp = ttyp
/dports/sysutils/munin-common/munin-2.0.67/plugins/node.d/
H A Dusers.in99 $pty++,next if /pty|ttyp/;
/dports/sysutils/munin-master/munin-2.0.67/plugins/node.d/
H A Dusers.in99 $pty++,next if /pty|ttyp/;
/dports/sysutils/munin-node/munin-2.0.67/plugins/node.d/
H A Dusers.in99 $pty++,next if /pty|ttyp/;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/objc/
H A Dobjc-next-runtime-abi-02.c2463 tree expr, ttyp; in build_v2_protocol_initializer() local
2477 ttyp = objc_method_proto_list_ptr; in build_v2_protocol_initializer()
2479 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, inst_methods, 0)); in build_v2_protocol_initializer()
2481 expr = convert (ttyp, null_pointer_node); in build_v2_protocol_initializer()
2487 expr = convert (ttyp, null_pointer_node); in build_v2_protocol_initializer()
2491 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, opt_ins_meth, 0)); in build_v2_protocol_initializer()
2493 expr = convert (ttyp, null_pointer_node); in build_v2_protocol_initializer()
2497 expr = convert (ttyp, build_unary_op (loc, ADDR_EXPR, opt_cls_meth, 0)); in build_v2_protocol_initializer()
2499 expr = convert (ttyp, null_pointer_node); in build_v2_protocol_initializer()
2502 ttyp = objc_prop_list_ptr; in build_v2_protocol_initializer()
[all …]

1...<<11121314151617181920>>...31