Home
last modified time | relevance | path

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

/netbsd-src/games/rogue/
H A DCHANGES20 'askquit' is added to prevent ^\ from terminating the game accidentally.
48 file,jump,name,askquit,tombstone,passgo
49 "askquit" is used to prevent accidental termination of the game via ^\
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c192 static void askquit(int);
1733 askquit(int dummy __unused) in askquit() function
1743 signal(SIGINT, askquit); in askquit()
1761 signal(SIGINT, askquit); in main()