Home
last modified time | relevance | path

Searched refs:chewed (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/test/
H A DMakefile.am22 chewed-alias.dat \
23 chewed-return.dat \
49 chewed_alias_dat_SOURCES=chewed-alias.r
51 chewed-alias.dat: $(chewed_alias_obj) $(QFCC_DEP)
53 chewed-alias.run: Makefile build-run
56 chewed_return_dat_SOURCES=chewed-return.r
58 chewed-return.dat: $(chewed_return_obj) $(QFCC_DEP)
60 chewed-return.run: Makefile build-run
H A DMakefile.in94 am__EXEEXT_1 = chewed-alias.dat$(EXEEXT) chewed-return.dat$(EXEEXT) \
100 am_chewed_alias_dat_OBJECTS = chewed-alias.$(OBJEXT)
103 am_chewed_return_dat_OBJECTS = chewed-return.$(OBJEXT)
190 am__EXEEXT_2 = chewed-alias.run chewed-return.run func-static.run \
403 chewed-alias.dat \
404 chewed-return.dat \
424 chewed_alias_dat_SOURCES = chewed-alias.r
426 chewed_return_dat_SOURCES = chewed-return.r
851 chewed-alias.dat: $(chewed_alias_obj) $(QFCC_DEP)
853 chewed-alias.run: Makefile build-run
[all …]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/
H A Dchunk.doctest13 …>>> tagged_text = "[ The/DT cat/NN ] sat/VBD on/IN [ the/DT mat/NN ] [ the/DT dog/NN ] chewed/VBD …
49 chewed/VBD
78 chewed/VBD
90 chewed/VBD
130 chewed/VBD
348 (VP (V chewed/VBD))
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/choose-module-instance/modules/limerick/
H A Dlord.qbs4 texttemplate.dict: ({DID: "chewed", THING: "cord", IDOL: "lord"})
/dports/games/xmris/xmris.4.04/
H A Dapple.c358 if(aptr->chewed)
703 aptr->chewed = 1;
716 aptr->chewed = 1;
729 aptr->chewed = 1;
891 aptr->chewed = 0;
H A Dmonster.c202 !aptr->chewed &&
220 aptr->chewed = 1;
429 if(aptr->state < 3 && !aptr->chewed &&
446 aptr->chewed = 1;
H A Dxmris.h246 unsigned chewed; /* chewed */ member
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddo.c1324 boolean is_uwep, chewed; local
1336 chewed = (mtmp->mhp < mtmp->mhpmax);
1337 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1348 pline("%s rises from the dead!", chewed ?
1358 pline("%s suddenly appears!", chewed ?
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddo.c1324 boolean is_uwep, chewed; local
1336 chewed = (mtmp->mhp < mtmp->mhpmax);
1337 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1348 pline("%s rises from the dead!", chewed ?
1358 pline("%s suddenly appears!", chewed ?
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddo.c1324 boolean is_uwep, chewed; local
1336 chewed = (mtmp->mhp < mtmp->mhpmax);
1337 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1348 pline("%s rises from the dead!", chewed ?
1358 pline("%s suddenly appears!", chewed ?
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddo.c1493 boolean is_uwep, chewed; local
1515 chewed = (mtmp->mhp < mtmp->mhpmax);
1516 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1527 pline("%s rises from the dead!", chewed ?
1537 pline("%s suddenly appears!", chewed ?
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddo.c1493 boolean is_uwep, chewed; local
1515 chewed = (mtmp->mhp < mtmp->mhpmax);
1516 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1527 pline("%s rises from the dead!", chewed ?
1537 pline("%s suddenly appears!", chewed ?
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddo.c1493 boolean is_uwep, chewed; local
1515 chewed = (mtmp->mhp < mtmp->mhpmax);
1516 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1527 pline("%s rises from the dead!", chewed ?
1537 pline("%s suddenly appears!", chewed ?
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddo.c1810 boolean is_uwep, chewed; in revive_corpse() local
1818 chewed = (corpse->oeaten != 0); in revive_corpse()
1820 chewed ? "bite-covered" : (const char *) 0, in revive_corpse()
1842 chewed = FALSE; in revive_corpse()
1878 chewed ? Adjmonnam(mtmp, "bite-covered") in revive_corpse()
1892 chewed ? Adjmonnam(mtmp, "bite-covered") in revive_corpse()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddo.c1548 boolean is_uwep, chewed; local
1576 chewed = !moldy && (mtmp->mhp < mtmp->mhpmax);
1577 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1598 pline("%s rises from the dead!", chewed ?
1610 pline("%s suddenly appears!", chewed ?
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddo.c1631 boolean is_uwep, chewed; local
1653 chewed = (mtmp->mhp < mtmp->mhpmax);
1654 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1665 pline("%s rises from the dead!", chewed ?
1675 pline("%s suddenly appears!", chewed ?
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddo.c1784 boolean is_uwep, chewed; local
1792 chewed = (corpse->oeaten != 0);
1794 chewed ? "bite-covered" : (const char *) 0,
1822 chewed ? Adjmonnam(mtmp, "bite-covered")
1833 chewed ? Adjmonnam(mtmp, "bite-covered")
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddo.c1784 boolean is_uwep, chewed; local
1792 chewed = (corpse->oeaten != 0);
1794 chewed ? "bite-covered" : (const char *) 0,
1822 chewed ? Adjmonnam(mtmp, "bite-covered")
1833 chewed ? Adjmonnam(mtmp, "bite-covered")
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddo.c1682 boolean is_uwep, chewed; local
1704 chewed = (mtmp->mhp < mtmp->mhpmax);
1705 if (chewed) cname = cname_buf; /* include "bite-covered" prefix */
1716 pline("%s rises from the dead!", chewed ?
1726 pline("%s suddenly appears!", chewed ?
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/traces/youtube/
H A Dquery-standard-feeds276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
601 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
644 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
926 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
969 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
1251 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
1294 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
1576 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
1619 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
[all …]
H A Dquery-standard-feed-async-progress-closure276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
H A Dquery-standard-feed-with-query276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
H A Dquery-standard-feed276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
H A Dquery_standard_feed-async-cancellation276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…
H A Dquery_standard_feed-async276 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothing…
319 < "description": "When asked who chewed up all the toilet paper this French Bulldog has nothin…

123456789