/openbsd/gnu/llvm/llvm/utils/lit/lit/ |
H A D | ShUtil.py | 14 def eat(self): member in 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()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p10148.C | 21 virtual void eat (); 24 void TCRCB::eat () { in eat() function 31 a.eat(); in main()
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
H A D | sentence-spacing | 11 needs to eat all of the space in front of it. 18 eat all of the space in front of it.
|
H A D | utf8 | 7 =head1 I can eat glass 28 I can eat glass
|
/openbsd/games/hack/ |
H A D | hh | 28 e eat eat something
|
H A D | rumors | 107 Dogs do not eat when the moon is full. 112 Don't eat too much: you might start hiccoughing! 170 Have a good meal today: eat a minotaur. 194 If you want to feel great, you must eat something real big. 195 If you want to float you'd better eat a floating eye. 262 Never eat with glowing hands! 341 Shopkeepers are vegetarians: they only eat Swedes. 456 Warning: people who eat dragons can go to hell!! 483 You can eat what your dog can eat.
|
H A D | Makefile | 6 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c \
|
H A D | Makequest | 16 hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c hack.end.c\ 45 hack.do_name.o hack.do_wear.o hack.dog.o hack.eat.o hack.end.o\ 148 hack.eat.o: hack.h
|
H A D | Original_READ_ME | 42 hack.do.c drink, eat, read, wield, save, etc.
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/ |
H A D | stringtok_std_h.txt | 20 // eat leading whitespace
|
H A D | stringtok_h.txt | 86 // eat leading whitespace
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/21_strings/ |
H A D | stringtok_std_h.txt | 20 // eat leading whitespace
|
H A D | stringtok_h.txt | 86 // eat leading whitespace
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | t-iris5-6 | 15 # ??? Irix 6.5 seems to eat the option fine (if we somehow remove the
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl02.rst | 232 getNextToken(); // eat (. 239 getNextToken(); // eat ). 274 getNextToken(); // eat identifier. 280 getNextToken(); // eat ( 434 *minimal operator precedence* that the function is allowed to eat. For 466 getNextToken(); // eat binop 511 above will eat, remember, and parse "(c+d)" as the primary expression, 592 getNextToken(); // eat ')'. 604 getNextToken(); // eat def. 621 getNextToken(); // eat extern.
|
H A D | LangImpl05.rst | 123 getNextToken(); // eat the if. 132 getNextToken(); // eat the then 520 getNextToken(); // eat the for. 526 getNextToken(); // eat identifier. 530 getNextToken(); // eat '='. 555 getNextToken(); // eat 'in'.
|
/openbsd/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
H A D | sep.t | 63 "never eat paste my darling" 66 my mother once said= "never eat paste my darling"= would that I heeded
|
H A D | sep2.t | 70 "never eat paste my darling" 74 "never eat paste my darling"
|
H A D | wrap.t | 86 "never eat paste my darling" 90 "never eat paste my darling"
|
/openbsd/usr.sbin/zic/ |
H A D | zic.c | 113 static void eat(const char *name, int num); 411 eat(const char *name, int num) in eat() function 579 eat(links[i].l_filename, links[i].l_linenum); in main() 588 eat("command line", 1); in main() 592 eat("command line", 1); in main() 696 eat(rules[i].r_filename, rules[i].r_linenum); in associate() 698 eat(rules[i + 1].r_filename, rules[i + 1].r_linenum); in associate() 739 eat(zp->z_filename, zp->z_linenum); in associate() 770 eat(name, num); in infile() 2008 eat(zp->z_filename, zp->z_linenum); in outzone() [all …]
|
/openbsd/usr.bin/vi/docs/ |
H A D | TODO | 16 VI: Change the screen scrolling to not eat user characters... i.e. 17 g/pattern/foo should not eat already entered chars.
|
/openbsd/games/battlestar/ |
H A D | extern.h | 329 int eat(void);
|
H A D | cypher.c | 252 verb_with_all(inven, 0, eat, "eat"); in cypher()
|
H A D | command4.c | 354 eat(void) in eat() function
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | universal.t | 21 sub eat {}
|