/src/games/battlestar/ |
command5.c | 65 puts("advances."); 68 puts("She is coming around; she "); 69 puts("didn't fight it as much."); 72 puts("She's beginning to like it."); 75 puts("She's gone limp."); 82 puts("the ground."); 85 puts("The old man blushes."); 88 puts("The dwarf punches you in the kneecap."); 94 puts("I see nothing like that here."); 96 puts("I'd prefer not to.") [all...] |
command2.c | 58 puts("Wear what?"); 108 puts("Don't be ridiculous."); 125 puts("I don't understand what you want to put."); 142 puts("The amulet begins to glow."); 144 puts("The medallion comes to life too."); 149 puts("to descend to the sea cave now."); 155 puts("purling water trickles in"); 157 puts("beside a cool stream."); 166 puts("The amulet won't work in here."); 170 puts("You aren't holding the compass.") [all...] |
command3.c | 47 puts("OK"); 61 puts("Nothing happens."); 64 puts("You don't have a shovel."); 74 puts("Nothing happens."); 95 puts("Ahhhhhhh..."); 147 puts("the hole."); 160 puts("Wha..?"); 165 puts("Buried."); 183 puts("It doesn't seem to work."); 185 puts("You aren't holding a shovel.") [all...] |
command6.c | 57 puts("launch."); 62 puts("Not enough fuel to launch."); 64 puts("Can't launch."); 78 puts("You are down."); 81 puts("You can't land here."); 102 puts("\nYou win!"); 187 puts("a perceptible grating noise,"); 188 puts("and an explosion knocks you unconscious..."); 196 puts("There is nothing to drive here."); 205 puts(" The stupid steed launches") [all...] |
command7.c | 60 puts("You collapse exhausted, and he pulverizes your skull."); 64 puts("You look tired! I hope you're able to fight."); 91 puts("You swung wide and missed."); 94 puts("He checked your blow. CLASH! CLANG!"); 98 puts("thread."); 104 puts("He's bleeding."); 107 puts("A trickle of blood runs down his face."); 111 puts("the side of his face."); 118 puts("He staggers back quavering."); 122 puts("the wound.") [all...] |
command4.c | 143 puts("its beauty catches your breath."); 145 puts("then it is gone. Sounds seem clearer"); 147 puts("dream. The sound of purling water"); 150 puts("horror."); 152 puts("fathomless darkness engulfs your soul."); 161 puts("warmth of life."); 172 puts("and it sends a chill down your spine."); 181 puts("help her out of the sparkling springs."); 184 puts("they part"); 186 puts("She wraps a single cloth around her and") [all...] |
command1.c | 57 puts("You can't go this way."); 65 puts("something."); 68 puts("now you will rot in space forever!"); 106 puts("bulkheads and"); 108 puts("into the"); 109 puts("frozen void of space and killed."); 113 puts("Explosions rock the battlestar."); 115 puts("You drop from exhaustion..."); 119 puts("You're getting tired."); 125 puts("watery sunrise and herald the dawn.") [all...] |
cypher.c | 77 puts("you up."); 82 puts("There is no way up."); 131 puts("Nothing to shoot at!"); 184 puts("Nothing to take!"); 203 puts("Nothing to drop!"); 244 puts("Nothing to take off!"); 262 puts("Nothing to draw!"); 281 puts("Nothing to put on!"); 299 puts("Nothing to wear!"); 317 puts("Nothing to eat!") [all...] |
battlestar.c | 78 puts("Your match splutters out."); 86 puts("It's too dark to see anything in here!");
|
init.c | 53 puts("Version 4.2, fall 1984."); 54 puts("First Adventure game written by His Lordship, the honorable"); 55 puts("Admiral D.W. Riggle\n");
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
samachdep.h | 47 void puts(char *);
|
/src/games/adventure/ |
setup.c | 90 puts("/*\n * data.c: created by setup from the ascii data file."); 91 puts(SIG1); 92 puts(SIG2); 93 puts(" */"); 120 puts("\n\t0\n};");
|
/src/usr.bin/yes/ |
yes.c | 55 while(puts(yes) >= 0)
|
/src/usr.bin/leave/ |
leave.c | 85 (void)puts("When do you have to leave? "); 158 if (puts("\07\07You have to leave in 5 minutes.\n") == EOF) 166 if (puts("\07\07Just one more minute!\n") == EOF) 172 if (puts("\07\07Time to leave!\n") == EOF) 176 (void)puts("\07\07That was the last time I'll tell you. Bye.\n");
|
/src/sys/arch/mvme68k/stand/sboot/ |
console.c | 118 * puts: put string to console 122 puts(char *str) function in typeref:typename:void 145 puts("\b \b"); 151 puts("\n");
|
sboot.h | 39 void puts(char *);
|
/src/usr.bin/tty/ |
tty.c | 72 puts(t ? t : "not a tty");
|
/src/games/hack/ |
hack.rip.c | 95 puts(riptop); 125 puts(ripbot);
|
/src/sys/arch/ia64/stand/ia64/ski/ |
sal_stub.c | 84 puts(const char *s) function in typeref:typename:void 109 puts("SAL: unimplemented function called\n");
|
/src/lib/libc/stdio/ |
puts.c | 1 /* $NetBSD: puts.c,v 1.17 2018/02/04 01:13:45 mrg Exp $ */ 38 static char sccsid[] = "@(#)puts.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: puts.c,v 1.17 2018/02/04 01:13:45 mrg Exp $"); 56 puts(char const *s) function in typeref:typename:int
|
/src/usr.bin/ctags/test/ |
ctags.test | 63 routine2 (one,two) { puts("hello\n"); } 66 two) { puts("world\n"); }
|
/src/usr.sbin/hdaudioctl/ |
graph.c | 129 puts(",shape=doublecircle,fillcolor=\"" 132 puts(",shape=circle,fillcolor=\"#88ff88\"];"); 134 puts(",shape=circle,fillcolor=\"#ff8888\"];"); 136 puts(",shape=circle,fillcolor=\"#888888\"];");
|
/src/common/dist/zlib/contrib/infback9/ |
infback9.c | 75 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes"); 76 puts(" * Generated automatically by makefixed9()."); 77 puts(" */"); 78 puts(""); 79 puts(" /* WARNING: this file should *not* be used by applications."); 80 puts(" It is part of the implementation of this library and is"); 81 puts(" subject to change. Applications should only use zlib.h."); 82 puts(" */"); 83 puts(""); 94 puts("\n };") [all...] |
/src/games/ppt/ |
ppt.c | 114 (void) puts(EDGE); 124 (void) puts(EDGE);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
stih418-b2264.dts | 25 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 30 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 35 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 40 /* u-boot puts hpen in SBC dmem at 0xb8 offset */
|