Searched refs:delhit (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/adventure/
H A Dinit.c65 volatile sig_atomic_t delhit; variable
283 delhit = 1; /* main checks, treats as QUIT */
298 delhit = 0;
H A Dhdr.h59 extern volatile sig_atomic_t delhit;
H A Dmain.c171 if (delhit) { /* user typed a DEL */
172 delhit = 0; /* reset counter */

Completed in 129 milliseconds