Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 7 of 7) sorted by relevance

/original-bsd/games/hack/
H A Dhack.end.c9 extern char *itoa(), *ordin(), *eos();
378 bp = eos(linebuf); in outheader()
390 if(rank) Sprintf(eos(linebuf), "%3d", rank);
391 else Sprintf(eos(linebuf), " ");
407 Sprintf(eos(linebuf), "quit");
415 Sprintf(eos(linebuf), " on%s level %d",
426 Sprintf(eos(linebuf), ".");
428 register char *bp = eos(linebuf);
436 Sprintf(eos(bp), " [%d]", t1->maxhp);
441 register char *bp = eos(linebuf);
[all …]
H A Dhack.objnam.c9 extern char *eos();
60 Sprintf(eos(buf), " called %s", un);
62 Sprintf(eos(buf), " (%s)", dn);
68 Sprintf(eos(buf), " called %s", un);
74 Sprintf(eos(buf), " of %s", an);
76 Sprintf(eos(buf), " called %s", un);
78 Sprintf(eos(buf), " (%s)", dn);
225 p = eos(buf)-1;
269 Sprintf(eos(bp), " (%d)", obj->spe);
415 p = eos(bp);
[all …]
H A Dhack.options.c6 extern char *eos();
191 (void) sprintf(eos(buf), "endgame: %u topscores/%u around me", in doset()
195 register char *eop = eos(buf); in doset()
H A Dhack.topl.c6 extern char *eos();
157 (void) strncpy((tl = eos(toplines)), bp, n0);
H A Dhack.pri.c596 extern char *eos(); in bot()
612 (void) sprintf(eos(newbot), "18/%02d",u.ustr-18); in bot()
614 (void) sprintf(eos(newbot), "%-2d ",u.ustr); in bot()
616 (void) sprintf(eos(newbot), " Exp %2d/%-5lu ", u.ulevel,u.uexp); in bot()
618 (void) sprintf(eos(newbot), " Exp %2u ", u.ulevel); in bot()
622 (void) sprintf(eos(newbot), " %ld", moves); in bot()
H A Dhack.u_init.c12 extern char *eos();
/original-bsd/usr.bin/compress/doc/
H A DNOTES1 From: James A. Woods <jaw@eos.arc.nasa.gov>
56 From: James A. Woods <jaw@eos.arc.nasa.gov>
59 In article <2042@eos.UUCP> you write: