Home
last modified time | relevance | path

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

/openbsd/games/phantasia/
H A Dio.c81 case CH_RETURN: in getstring()
104 while (ch != CH_NEWLINE && ch != CH_RETURN && inptr < cp + mx); in getstring()
H A Dphantdefs.h141 #define CH_RETURN '\r' /* carriage return */ macro