OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
hack.end.c
589
char
hpbuf
[10];
local in function:outentry
592
strlcpy(
hpbuf
, (t1->hp > 0) ? itoa(t1->hp) : "-", sizeof(
hpbuf
));
593
hppos = COLNO - 7 - strlen(
hpbuf
);
597
(void) strlcpy(linebuf+pos,
hpbuf
, sizeof(linebuf)-pos);
Completed in 11 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025