Home
last modified time | relevance | path

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

/netbsd-src/games/sail/
H A Dpl_7.c80 static WINDOW *stat_w; variable
134 stat_w = newwin(STAT_Y, STAT_X, STAT_T, STAT_L); in initscreen()
140 stat_w == NULL || in initscreen()
148 leaveok(stat_w, 1); in initscreen()
171 keypad(stat_w, 1); in initscreen()
604 wmove(stat_w, STAT_1, 0); in draw_stat()
605 wprintw(stat_w, "Points %3d\n", mf->points); in draw_stat()
606 wprintw(stat_w, "Fouls %2d\n", fouled(ms)); in draw_stat()
607 wprintw(stat_w, "Grapples %2d\n", grappled(ms)); in draw_stat()
609 wmove(stat_w, STAT_2, 0); in draw_stat()
[all …]