xref: /csrg-svn/bin/stty/extern.h (revision 60721)
148939Sbostic /*-
2*60721Sbostic  * Copyright (c) 1991, 1993
3*60721Sbostic  *	The Regents of the University of California.  All rights reserved.
448939Sbostic  *
548939Sbostic  * %sccs.include.redist.c%
648939Sbostic  *
7*60721Sbostic  *	@(#)extern.h	8.1 (Berkeley) 05/31/93
848939Sbostic  */
948939Sbostic 
1050007Sbostic int	c_cchars __P((const void *, const void *));
1150007Sbostic int	c_modes __P((const void *, const void *));
1250010Sbostic int	csearch __P((char ***, struct info *));
1350007Sbostic void	checkredirect __P((void));
1450007Sbostic void	gprint __P((struct termios *, struct winsize *, int));
1550007Sbostic void	gread __P((struct termios *, char *));
1650010Sbostic int	ksearch __P((char ***, struct info *));
1750010Sbostic int	msearch __P((char ***, struct info *));
1850007Sbostic void	optlist __P((void));
1950007Sbostic void	print __P((struct termios *, struct winsize *, int, enum FMT));
2059519Sbostic void	usage __P((void));
2150007Sbostic 
2250007Sbostic extern struct cchar cchars1[], cchars2[];
23