Home
last modified time | relevance | path

Searched refs:lprcat (Results 1 – 15 of 15) sorted by relevance

/dragonfly/games/larn/
H A Dobject.c234 lprcat("close"); in lookforobject()
255 lprcat("open"); in lookforobject()
536 lprcat("take"); in finditem()
581 lprcat("go up"); in ostairs()
665 lprcat("take\n"); in opotion()
871 lprcat("read"); in oscroll()
882 lprcat("take"); in oscroll()
1152 lprcat("read"); in obook()
1159 lprcat("take"); in obook()
1207 lprcat(p); in ocookie()
[all …]
H A Dmoreobj.c55 lprcat("\n\n"); in oaltar()
144 lprcat(" pry off"); in othrone()
224 lprcat(" open it"); in ochest()
263 lprcat(" take"); in ochest()
289 lprcat("drink"); in ofountain()
402 lprcat("s!"); in fntchange()
409 lprcat("s!"); in fntchange()
423 lprcat("s!"); in fntchange()
430 lprcat("s!"); in fntchange()
442 lprcat("s!"); in fntchange()
[all …]
H A Dstore.c189 lprcat("You have "); in dnd_hed()
230 lprcat("\nPress "); in dndstore()
232 lprcat(" to leave: "); in dndstore()
250 lprcat(" for more, "); in dndstore()
314 lprcat("potion of "); in dnditem()
317 lprcat("scroll of "); in dnditem()
509 lprcat(str); in banktitle()
518 lprcat("\nPress "); in banktitle()
602 lprcat("] "); in obanksub()
699 lprcat("] ? "); in otradepost()
[all …]
H A Ddiag.c37 lprcat("\ndiagnostic failure\n"); in diag()
51 lprcat("\f\nHere's the dungeon:\n\n"); in diag()
61 lprcat("\f\nNow for the monster data:\n\n"); in diag()
95 lprcat("\n\nHere's the spell list:\n\n"); in diag()
100 lprcat(spelcode[j]); in diag()
104 lprcat("\n\nFor the c[] array:\n"); in diag()
124 lprcat("\n\n"); in diag()
127 lprcat("Done Diagnosing . . ."); in diag()
245 lprcat("\nRestoring . . ."); in restoregame()
367 lprcat("to continue.\n"); in greedy()
[all …]
H A Dmain.c595 lprcat(" (weapon in hand)"); in show3()
597 lprcat(" (being worn)"); in show3()
747 lprcat("Saving . . ."); in parse()
783 lprcat("\nIts "); in parse()
889 lprcat(" Wizard"); in parse()
892 lprcat(" Cheater"); in parse()
893 lprcat(copyright); in parse()
1090 lprcat("\n\n"); in dropobj()
1190 lprcat(p); in eatcookie()
1249 lprcat(" aborted"); in whatitem()
[all …]
H A Dhelp.c32 lprcat(lgetl()); /* print out each line that we read in */ in help()
36 lprcat(tmbuf); in help()
40 lprcat(" ---- Press "); in help()
42 lprcat(" to exit, "); in help()
44 lprcat(" for more help ---- "); in help()
76 lprcat(lgetl());/* print out each line that we read in */ in welcome()
80 lprcat(tmbuf); in welcome()
94 lprcat("Press "); in retcont()
96 lprcat(" to continue: "); in retcont()
H A Dglobal.c124 lprcat("\n"); in losehp()
381 lprcat(" no"); in quit()
385 lprcat("\n"); in quit()
387 lprcat("Yes"); in quit()
389 lprcat(" or "); in quit()
391 lprcat("No"); in quit()
403 lprcat("\n --- press "); in more()
405 lprcat(" to continue --- "); in more()
467 lprcat("\nYou pick up:"); in take()
504 lprcat("\n You drop:"); in drop_object()
[all …]
H A Dmonster.c236 lprcat(eys); in cast()
241 lprcat(eys); in cast()
248 over: lprcat(aborted); in cast()
264 lprcat(" Nothing Happened "); in cast()
291 lprcat(" It didn't work!"); in speldamage()
493 lprcat(" It didn't work"); in speldamage()
1114 lprcat("\nYou hit"); in hitmonster()
1120 lprcat("\nYou missed"); in hitmonster()
1123 lprcat(" the "); in hitmonster()
1124 lprcat(lastmonst); in hitmonster()
[all …]
H A Dregen.c80 lprcat("\nThe blindness lifts "); in regen()
86 lprcat("\nYou regain your senses"); in regen()
141 lprcat("\nYou now feel better "); in regen()
148 lprcat("\nYou feel your vision return to normal"); in regen()
157 lprcat("\nThe hysteria of itching forces you to remove your armor!"); in regen()
164 lprcat("\nYou now feel the irritation subside!"); in regen()
176 lprcat("\nYou now feel less awkward!"); in regen()
H A Ddisplay.c81 lprcat(" ?"); in bot_linex()
83 lprcat(levelname[(int)level]); in bot_linex()
104 lprcat(class[c[LEVEL] - 1]); in bot_linex()
124 lprcat(" ?"); in bot_linex()
126 lprcat(levelname[(int)level]); in bot_linex()
202 lprcat(bot_data[i].string); in botside()
206 lprcat(" "); in botside()
260 lprcat(bot_data[i].string); in draws()
559 lprcat("The magic spells you have discovered thus far:\n\n"); in seemagic()
580 lprcat("\nThe magic scrolls you have found to date are:\n\n"); in seemagic()
[all …]
H A Dscores.c110 lprcat("Can't read scoreboard\n"); in readboard()
131 lprcat("Can't write scoreboard\n"); in writeboard()
235 lprcat("\n Score Difficulty Time Needed Larn Winners List\n"); in winshou()
273 lprcat("\n Score Difficulty Larn Visitor Log\n"); in shou()
299 lprcat("\n\n"); in shou()
327 lprcat(esb); in showscores()
355 lprcat(esb); in showallscores()
579 lprcat("\nYou feel wiiieeeeerrrrrd all over! "); in died()
614 lprcat("\nCan't open record file: I can't post your score.\n"); in died()
H A Dheader.h450 void lprcat(const char *);
571 #define setbold() (lprcat(boldon?"\33[1m":"\33[7m"))
573 #define resetbold() (lprcat("\33[m"))
575 #define setscroll() (lprcat("\33[20;24r"))
577 #define resetscroll() (lprcat("\33[;24r"))
579 #define clear() (lprcat("\33[2J\33[f"), cbak[SPELLS]= -50)
580 #define cltoeoln() lprcat("\33[K")
H A Dsignal.c30 lprcat("Press "); in s2choose()
32 lprcat("return"); in s2choose()
34 lprcat(" to continue: "); in s2choose()
H A Dio.c590 lprcat(const char *str) in lprcat() function
741 lprcat("\33[2K"); in cl_line()
757 lprcat("\33[1J\33[2K"); in cl_up()
777 lprcat("\33[J\33[2K"); in cl_dn()
H A Dtok.c63 lprcat("\nSorry, but it is now time for work. Your game has been saved.\n"); in yylex()