157269Sbostic /*- 257269Sbostic * Copyright (c) 1992 The Regents of the University of California. 357269Sbostic * All rights reserved. 457269Sbostic * 5*57288Sbostic * This code is derived from software contributed to Berkeley by 6*57288Sbostic * Chris Torek and Darren F. Provine. 7*57288Sbostic * 857269Sbostic * %sccs.include.redist.c% 957269Sbostic * 10*57288Sbostic * @(#)input.h 5.2 (Berkeley) 12/23/92 1157269Sbostic */ 1257269Sbostic 1357269Sbostic void eat_input __P((void)); 1457269Sbostic int rwait __P((struct timeval *)); 1557269Sbostic int tgetchar __P((void)); 1657269Sbostic void tsleep __P((void)); 17