HomeSort by: relevance | last modified time | path
    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