/src/games/battlestar/ |
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/games/larn/ |
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);
|
/src/games/rogue/ |
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");
|
/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...] |