HomeSort by: relevance | last modified time | path
    Searched defs:stat_w (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
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...]
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...]

Completed in 22 milliseconds