Home
last modified time | relevance | path

Searched refs:Ch_Erase (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/phantasia/
H A Dphantglobs.c31 char Ch_Erase; /* backspace key */ variable
H A Dphantglobs.h30 extern char Ch_Erase; /* backspace key */
H A Dmain.c344 Ch_Erase = tty.c_cc[VERASE]; in initialstate()
347 Ch_Erase = CH_ERASE; in initialstate()
351 Ch_Erase = CH_ERASE; in initialstate()
H A Dio.c89 if (ch == Ch_Erase) { /* back up one character */ in getstring()