| /src/games/battlestar/ |
| command4.c | 408 eat(void) function 421 puts("You can't eat that!"); 425 puts("Eat what?"); 429 printf("You can't eat %s%s!\n",
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ShUtil.py | 14 def eat(self): member in class:ShLexer 71 self.eat() 78 self.eat() 83 str += self.eat() 86 str += self.eat() 88 str += self.eat() 107 c = self.eat() 117 c = self.eat() 152 c = self.eat() 183 self.eat() [all...] |
| /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 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 401 ch = pack_letter("eat what?", FOOD); 411 messagef(0, "you can't eat that");
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_') && !rdm->errored) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_') && !rdm->errored) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_') && !rdm->errored) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_')) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_') && !rdm->errored) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| rust-demangle.c | 97 eat (struct rust_demangler *rdm, char c) function 125 if (eat (rdm, '_')) 129 while (!eat (rdm, '_') && !rdm->errored) 151 if (!eat (rdm, tag)) 171 while (!eat (rdm, '_')) 216 is_punycode = eat (rdm, 'u'); 232 eat (rdm, '_'); 772 for (i = 0; !rdm->errored && !eat (rdm, 'E'); i++) 806 if (eat (rdm, 'L')) 811 else if (eat (rdm, 'K') [all...] |
| /src/lib/libc/time/ |
| zic.c | 724 eat(int fnum, lineno num) function 1059 eat(links[i].l_filenum, links[i].l_linenum); 1422 eat(COMMAND_LINE_FILENUM, 1); 1426 eat(COMMAND_LINE_FILENUM, 1); 1910 eat(rules[i].r_filenum, rules[i].r_linenum); 1912 eat(rules[i + 1].r_filenum, rules[i + 1].r_linenum); 1952 eat(zp->z_filenum, zp->z_linenum); 2023 eat(fnum, num); 3544 eat(zp->z_filenum, zp->z_linenum); 3707 eat(zp->z_filenum, zp->z_linenum) [all...] |