xref: /original-bsd/bin/stty/extern.h (revision a3d56443)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	8.1 (Berkeley) 05/31/93
8  */
9 
10 int	c_cchars __P((const void *, const void *));
11 int	c_modes __P((const void *, const void *));
12 int	csearch __P((char ***, struct info *));
13 void	checkredirect __P((void));
14 void	gprint __P((struct termios *, struct winsize *, int));
15 void	gread __P((struct termios *, char *));
16 int	ksearch __P((char ***, struct info *));
17 int	msearch __P((char ***, struct info *));
18 void	optlist __P((void));
19 void	print __P((struct termios *, struct winsize *, int, enum FMT));
20 void	usage __P((void));
21 
22 extern struct cchar cchars1[], cchars2[];
23