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

  /src/games/worm/
worm.c 73 static WINDOW *stw; variable in typeref:typename:WINDOW *
142 stw = newwin(1, COLS-1, 0, 0);
146 scrollok(stw, FALSE);
147 wmove(stw, 0, 0);
148 wprintw(stw, " Worm");
150 wrefresh(stw);
330 wmove(stw, 0, COLS - 12);
331 wprintw(stw, "Score: %3d", score);
332 wrefresh(stw);
364 touchwin(stw);
    [all...]
worm.c 73 static WINDOW *stw; variable in typeref:typename:WINDOW *
142 stw = newwin(1, COLS-1, 0, 0);
146 scrollok(stw, FALSE);
147 wmove(stw, 0, 0);
148 wprintw(stw, " Worm");
150 wrefresh(stw);
330 wmove(stw, 0, COLS - 12);
331 wprintw(stw, "Score: %3d", score);
332 wrefresh(stw);
364 touchwin(stw);
    [all...]

Completed in 23 milliseconds