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

/openbsd-current/games/adventure/
H A Dhdr.h60 extern volatile sig_atomic_t delhit;
H A Dinit.c207 delhit = 1; /* main checks, treats as QUIT */
218 delhit = 0;
H A Dmain.c49 volatile sig_atomic_t delhit; variable
222 if (delhit) { /* user typed a DEL */
223 delhit = 0; /* reset counter */

Completed in 95 milliseconds