pl_7.c | 80 static WINDOW *stat_w; variable in typeref:typename:WINDOW * 134 stat_w = newwin(STAT_Y, STAT_X, STAT_T, STAT_L); 140 stat_w == NULL || 148 leaveok(stat_w, 1); 171 keypad(stat_w, 1); 604 wmove(stat_w, STAT_1, 0); 605 wprintw(stat_w, "Points %3d\n", mf->points); 606 wprintw(stat_w, "Fouls %2d\n", fouled(ms)); 607 wprintw(stat_w, "Grapples %2d\n", grappled(ms)); 609 wmove(stat_w, STAT_2, 0) [all...] |