File:  [CSRG BSD Unix] / 43BSDReno / contrib / jove / ttystate.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

/* Various tty state structures.
 * Each is an array, subscripted by one of "OFF" or "ON".
 */

#ifdef UNIX
# ifdef TIOCSLTC
extern struct ltchars	ls[2];
# endif /* TIOCSLTC */

# ifdef TIOCGETC
extern struct tchars	tc[2];
# endif

# ifdef BRLUNIX
extern struct sg_brl	sg[2];
# else
#  ifdef SYSV
extern struct termio	sg[2];
#  else /* SYSV */
extern struct sgttyb	sg[2];
#  endif /* SYSV */
# endif /* BRLUNIX */
#endif /* UNIX */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.