freebsd-dev/lib/libtermcap
Bruce Evans 4a127b0ff9 Declare the documented (modulo a spelling error) interface
`void __set_ospeed(long);' in the appropriate header.

The implementation still uses speed_t instead of long.  This
will break properly when speed_t is fixed (speed_t shall be
unsigned ...).
1997-04-13 11:41:59 +00:00
..
TEST BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
Makefile oops, install termcap.h from ${.CURDIR}, not the obj dir. 1996-08-30 16:38:45 +00:00
pathnames.h Don't overflow buffers, and only open alternative termcap files if we're 1997-03-24 06:41:30 +00:00
termcap.3 Fixed wrong return type for tputs() in synopsis. 1997-03-19 01:57:06 +00:00
termcap.c Declare the documented (modulo a spelling error) interface 1997-04-13 11:41:59 +00:00
termcap.h Declare the documented (modulo a spelling error) interface 1997-04-13 11:41:59 +00:00
tgoto.c Re-order terms to avoid potential pointer overflow, and remove one 1997-03-18 16:09:27 +00:00
tospeed.c Do a little trick which covers 99% cases: initialize ospeed 1995-08-05 21:22:07 +00:00
tparm.c Do a little trick which covers 99% cases: initialize ospeed 1995-08-05 21:22:07 +00:00
tputs.c Change the last -Wall cleanup so that the tputs declaration doesn't 1996-09-10 12:42:10 +00:00