Searched refs:delhit (Results 1 – 3 of 3) sorted by relevance
65 volatile sig_atomic_t delhit; variable283 delhit = 1; /* main checks, treats as QUIT */ in trapdel()298 delhit = 0; in startup()
59 extern volatile sig_atomic_t delhit;
171 if (delhit) { /* user typed a DEL */ in main()172 delhit = 0; /* reset counter */ in main()