Home
last modified time | relevance | path

Searched refs:lprintf (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/games/larn/
H A Dstore.c227lprintf("They have also told us that you owe %d gp in back taxes, and as we must\n", (long)outstan… in dndstore()
245 lprintf("%d gold pieces", (long)c[GOLD]); in dndstore()
309 lprintf("%39s", ""); in dnditem()
312 lprintf("%c) ", (i % 26) + 'a'); in dnditem()
315 lprintf("%s", potionhide[itm_[i].arg]); in dnditem()
318 lprintf("%s", scrollhide[itm_[i].arg]); in dnditem()
320 lprintf("%s", objectname[itm_[i].obj]); in dnditem()
322 lprintf("%6d", (long)(itm_[i].price * 10)); in dnditem()
379 lprintf("%d gold pieces. ", (long)c[GOLD]); in oschool()
514lprintf("levied taxes have been paid. They have also told us that you owe %d gp in\n", (long)outs… in banktitle()
[all …]
H A Ddiag.c46 lprintf("\n\nPlayer attributes:\n\nHit points: %2d(%2d)", (long)c[HP], (long)c[HPMAX]); in diag()
47 lprintf("\ngold: %d Experience: %d Character level: %d Level in caverns: %d", in diag()
49 lprintf("\nTotal types of monsters: %d", (long)MAXMONST + 8); in diag()
56 lprintf("\nMaze for level %s:\n", levelname[level]); in diag()
65 lprintf("%19s %2d %3d ", monster[i].name, (long)monster[i].level, (long)monster[i].armorclass); in diag()
66lprintf(" %3d %3d %3d ", (long)monster[i].damage, (long)monster[i].attack, (long)monster[i].def… in diag()
67lprintf("%6d %3d %6d\n", (long)monster[i].gold, (long)monster[i].hitpoints, (long)monster[i].ex… in diag()
82 lprintf("\n%20s %2d/%2d/%2d %2d/%2d/%2d %2d/%2d/%2d", in diag()
91 lprintf("%20s\n", &potionhide[i][1]); in diag()
94 lprintf("%20s\n", &scrollhide[i][1]); in diag()
[all …]
H A Dscores.c244 lprintf("%10d %2d %5d Mobuls %s \n", in winshou()
280 lprintf("%10d %2d %s ", in shou()
283 lprintf("killed by a %s", monster[sco[j].what].name); in shou()
285 lprintf("%s", whydead[sco[j].what - 256]); in shou()
287 lprintf(" on %s", levelname[sco[j].level]); in shou()
680 lprintf("Score: %d, Diff: %d, %s ", (long)c[GOLD], (long)c[HARDGAME], logname); in diedsub()
687 lprintf("killed by %s %s", mod, monster[x].name); in diedsub()
689 lprintf("%s", whydead[x - 256]); in diedsub()
691 lprintf(" on %s\n", levelname[(int)level]); in diedsub()
707 lprintf("Can't locate log file <%s>\n", logfile); in diedlog()
[all …]
H A Dobject.c50 lprintf(" of %s", potionname[i]); in lookforobject()
58 lprintf(" of %s", scrollname[i]); in lookforobject()
82 lprintf("\n\nThere is %s here!", objectname[i]); in lookforobject()
89 lprintf("\n\nThere is %s here!", objectname[i]); in lookforobject()
94 lprintf("\n\nThere is %s here!", objectname[i]); in lookforobject()
224 lprintf("\n\nYou have found %s", objectname[i]); in lookforobject()
243 lprintf("\n\nYou have found %s", objectname[i]); in lookforobject()
511 lprintf("\n\nYou have found %s ", objectname[obj]); in finditem()
526 lprintf("+ %d", (long)tmp); in finditem()
528 lprintf(" %d", (long)tmp); in finditem()
[all …]
H A Dmoreobj.c231 lprintf("\nYou suffer %d hit points damage!", (long)i); in ochest()
326 lprintf("\nOh no! The water was foul! You suffer %d hit points!", (long)x); in ofountain()
400 lprintf("You lose %d hit point", (long)j); in fntchange()
407 lprintf("You gain %d hit point", (long)j); in fntchange()
420 lprintf("You just gained %d spell", (long)j); in fntchange()
427 lprintf("You just lost %d spell", (long)j); in fntchange()
440 lprintf("You just lost %d experience point", (long)j); in fntchange()
447 lprintf("You just gained %d experience point", (long)j); in fntchange()
H A Dmonster.c139 lprintf("\ncan't createmonst(%d)\n", (long)mon); in createmonster()
628 lprintf(" spell %d not available!", (long)x); in speldamage()
680 lprintf(spelmes[tmp], monster[monst].name); in nospell()
741 lprintf(str, "spell caster (thats you)", (long)arg); in direct()
757 lprintf(str, lastmonst, (long)arg); in direct()
820 lprintf(str, lastmonst); in godirect()
831 lprintf(str, "wall"); in godirect()
846 lprintf(str, "door"); in godirect()
856 lprintf(str, "statue"); in godirect()
869 lprintf(str, "throne"); in godirect()
[all …]
H A Ddisplay.c64 lprintf("Spells:%3d(%3d)", (long)c[SPELLS], (long)c[SPELLMAX]); in bot_linex()
66 lprintf("Spells:%3d(%2d) ", (long)c[SPELLS], (long)c[SPELLMAX]); in bot_linex()
67 lprintf(" AC: %-3d WC: %-3d Level", (long)c[AC], (long)c[WCLASS]); in bot_linex()
69 lprintf("%3d", (long)c[LEVEL]); in bot_linex()
71 lprintf(" %-2d", (long)c[LEVEL]); in bot_linex()
72 lprintf(" Exp: %-9d %s\n", (long)c[EXPERIENCE], class[c[LEVEL] - 1]); in bot_linex()
73 lprintf("HP: %3d(%3d) STR=%-2d INT=%-2d ", in bot_linex()
75 lprintf("WIS=%-2d CON=%-2d DEX=%-2d CHA=%-2d LV:", in bot_linex()
84 lprintf(" Gold: %-6d", (long)c[GOLD]); in bot_linex()
224 lprintf(str, (long)c[idx]); in botsub()
[all …]
H A Dmain.c309 lprintf(".) %d gold pieces", (long)c[GOLD]); in qshowstr()
321lprintf("\nElapsed time is %d. You have %d mobuls left", (long)((gtime + 99) / 100 + 1), (long)((… in qshowstr()
556 lprintf("\n%c) %s", idx + 'a', objectname[(int)iven[idx]]); in show1()
558 lprintf(" of%s", str2[ivenarg[idx]]); in show1()
587 lprintf("\n%c) %s", idx + 'a', objectname[(int)iven[idx]]); in show3()
589 lprintf(" + %d", (long)ivenarg[idx]); in show3()
591 lprintf(" %d", (long)ivenarg[idx]); in show3()
876 lprintf("\nThe stuff you are carrying presently weighs %d pounds", (long)packweight()); in parse()
886 lprintf("\nCaverns of Larn, Version %d.%d, Diff=%d", in parse()
923 lprintf("\nYou presently owe %d gp in taxes.", (long)outstanding_taxes); in parse()
[all …]
H A Dglobal.c77 lprintf("\nWelcome to level %d", (long)c[LEVEL]); /* if we changed levels */ in raiseexperience()
107 lprintf("\nYou went down to level %d!", (long)c[LEVEL]); in loseexperience()
491 lprintf("\nYou don't have item %c! ", k + 'a'); in drop_object()
H A Dhelp.c109 lprintf("Can't open help file \"%s\" ", helpfile); in openhelp()
H A Dmovem.c306 lprintf("\nThe %s dispels the sphere!", monster[tmp].name); in mmove()
374 lprintf(p, who, monster[tmp].name); in mmove()
H A Dio.c184 lprintf(const char *fmt, ...) in lprintf() function
509 lprintf("error creating file <%s>\n", str); in lcreat()
H A Dheader.h437 void lprintf(const char *, ...);
H A DFixed.Bugs8 0. lprintf() in fileio.c (now called io.c) has been changed to use varargs
/dflybsd-src/sys/dev/misc/lpt/
H A Dlpt.c92 #define lprintf(args) macro
94 #define lprintf(args) \ macro
246 lprintf(("out=%x\tin=%x\ttout=%d\n", data, temp, timeout)); in lpt_port_test()
378 lprintf(("oldirq %x\n", sc->sc_irq)); in lpt_attach()
395 lprintf(("irq %"PRIxPTR" %x\n", irq, sc->sc_irq)); in lpt_attach()
415 lprintf(("T %x ", ppb_rstr(ppbus))); in lptout()
459 lprintf((LPT_NAME ": still open %x\n", sc->sc_state)); in lptopen()
480 lprintf((LPT_NAME " flags 0x%x\n", sc->sc_flags)); in lptopen()
507 lprintf(("status %x\n", ppb_rstr(ppbus))); in lptopen()
549 lprintf(("irq %x\n", sc->sc_irq)); in lptopen()
[all …]
/dflybsd-src/sys/dev/netif/plip/
H A Dif_plip.c139 #define lprintf if (lptflag) kprintf macro
383 lprintf("LP:ioctl(0x%lx)\n", cmd); in lpioctl()
553 lprintf("R"); in lp_intr()
614 lprintf("&"); in lpoutput()
675 lprintf("X"); in lpoutput()
686 lprintf("^"); in lpoutput()
694 lprintf("&"); in lpoutput()
720 lprintf("X"); in lpoutput()
731 lprintf("^"); in lpoutput()