Searched refs:hppos (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.c562 int hppos, lngr; local
653 hppos = COLNO - (sizeof(" Hp [max]")-1); /* sizeof(str) includes \0 */
654 while (lngr >= hppos) {
656 !(*bp == ' ' && (bp-linebuf < hppos));
674 hppos = COLNO - 7 - (int)strlen(hpbuf);
677 if (bp <= linebuf + hppos) {
679 while (bp < linebuf + hppos) *bp++ = ' ';
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c562 int hppos, lngr; local
653 hppos = COLNO - (sizeof(" Hp [max]")-1); /* sizeof(str) includes \0 */
654 while (lngr >= hppos) {
656 !(*bp == ' ' && (bp-linebuf < hppos));
674 hppos = COLNO - 7 - (int)strlen(hpbuf);
677 if (bp <= linebuf + hppos) {
679 while (bp < linebuf + hppos) *bp++ = ' ';

Completed in 30 milliseconds