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

  /src/games/tetris/
screen.c 66 static void scr_stop(int);
146 scr_stop(int sig) function in typeref:typename:void
221 (void) signal(SIGTSTP, scr_stop);

Completed in 14 milliseconds