Home
last modified time | relevance | path

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

/netbsd-src/games/tetris/
H A Dscreen.c130 static jmp_buf scr_onstop; variable
142 longjmp(scr_onstop, 1); in stopset()
183 (void) setjmp(scr_onstop); in scr_set()