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

  /src/games/tetris/
screen.c 168 void (*ttou)(int); local in function:scr_set
176 if ((ttou = signal(SIGTTOU, stopset)) == SIG_IGN)
222 if (ttou != SIG_IGN)
223 (void) signal(SIGTTOU, ttou);

Completed in 52 milliseconds