| /src/games/worm/ |
| worm.c | 73 static WINDOW *stw; variable 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 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...] |
| /src/sys/arch/powerpc/powerpc/ |
| fix_unaligned.c | 78 UA_EVCNT_ATTACH(stw); variable 201 UA_EVCNT_INCR(stw);
|
| fix_unaligned.c | 78 UA_EVCNT_ATTACH(stw); variable 201 UA_EVCNT_INCR(stw);
|