/src/lib/librumpuser/build-aux/ |
compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 268 if test -n "$eat"; then 269 eat [all...] |
depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 269 if test -n "$eat"; then 270 eat [all...] |
depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/src/sys/external/isc/libsodium/dist/ |
compile | 138 if test -n "$eat"; then 139 eat= 144 eat=1 159 eat=1 170 eat=1 181 eat=1 200 eat=1 232 eat= 268 if test -n "$eat"; then 269 eat [all...] |
depcomp | 635 cleared=no eat=no 643 if test $eat = yes; then 644 eat=no 653 eat=yes ;;
|
/src/games/larn/ |
extern.h | 46 void eat(int, int);
|
create.c | 135 eat(1, 1); 175 function to eat away a filled in maze 178 eat(int xx, int yy) function in typeref:typename:void 191 eat(xx - 2, yy); 200 eat(xx + 2, yy); 209 eat(xx, yy - 2); 218 eat(xx, yy + 2);
|
monster.c | 603 eat(1, 1); 1483 * 1 rust monster eat armor
|
/src/games/rogue/ |
play.c | 131 eat();
|
use.c | 395 eat(void) function in typeref:typename:void 401 ch = pack_letter("eat what?", FOOD); 411 messagef(0, "you can't eat that");
|
rogue.h | 484 void eat(void);
|
/src/games/hack/ |
Makefile | 10 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c \
|
/src/games/battlestar/ |
cypher.c | 304 case EAT: 313 wordnumber = eat(); 317 puts("Nothing to eat!"); 319 eat();
|
extern.h | 176 #define EAT 1042 345 int eat(void);
|
command4.c | 408 eat(void) function in typeref:typename:int 421 puts("You can't eat that!"); 425 puts("Eat what?"); 429 printf("You can't eat %s%s!\n",
|
/src/lib/libc/time/ |
zic.c | 611 eat(int fnum, lineno num) function in typeref:typename:void 792 eat(links[i].l_filenum, links[i].l_linenum); 1166 eat(COMMAND_LINE_FILENUM, 1); 1170 eat(COMMAND_LINE_FILENUM, 1); 1647 eat(rules[i].r_filenum, rules[i].r_linenum); 1649 eat(rules[i + 1].r_filenum, rules[i + 1].r_linenum); 1689 eat(zp->z_filenum, zp->z_linenum); 1760 eat(fnum, num); 3276 eat(zp->z_filenum, zp->z_linenum); 3442 eat(zp->z_filenum, zp->z_linenum) [all...] |
/src/sys/arch/vax/vax/ |
intvec.S | 273 addl2 $4, %sp # eat the code
|
/src/lib/libc/citrus/modules/ |
citrus_iso2022.c | 607 /* eat the letter if this is not ESC */ 685 * if we've got an unknown escape sequence, eat the ESC at the 706 goto eat; 714 eat: 715 /* no letter to eat */ 722 /* normal chars. always eat C0/C1 as is. */
|
/src/usr.bin/m4/TEST/ |
test.m4 | 199 disappear. Some dragons eat any traveler who comes too close; others are
|