Searched refs:hpbuf (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c561 char *bp, hpbuf[24], linebuf3[BUFSZ]; local
650 if (t1->hp <= 0) hpbuf[0] = '-', hpbuf[1] = '\0';
651 else Sprintf(hpbuf, "%d", t1->hp);
674 hppos = COLNO - 7 - (int)strlen(hpbuf);
680 Strcpy(bp, hpbuf);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c561 char *bp, hpbuf[24], linebuf3[BUFSZ]; local
650 if (t1->hp <= 0) hpbuf[0] = '-', hpbuf[1] = '\0';
651 else Sprintf(hpbuf, "%d", t1->hp);
674 hppos = COLNO - 7 - (int)strlen(hpbuf);
680 Strcpy(bp, hpbuf);

Completed in 78 milliseconds