Deleted Added
full compact
extern.h (9888) extern.h (28370)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 27 unchanged lines hidden (view full) ---

36#include <termcap.h>
37
38extern struct termios mode, oldmode;
39extern int columns, isreset, lines;
40extern int erasechar, intrchar, killchar;
41
42void add_mapping __P((char *, char *));
43void cat __P((char *));
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 27 unchanged lines hidden (view full) ---

36#include <termcap.h>
37
38extern struct termios mode, oldmode;
39extern int columns, isreset, lines;
40extern int erasechar, intrchar, killchar;
41
42void add_mapping __P((char *, char *));
43void cat __P((char *));
44void err __P((const char *, ...));
45char *get_termcap_entry __P((char *, char **));
46char *mapped __P((char *));
47int outc __P((int));
48void reset_mode __P((void));
49void set_control_chars __P((void));
50void set_conversions __P((int));
51void set_init __P((void));
52void wrtermcap __P((char *));
44char *get_termcap_entry __P((char *, char **));
45char *mapped __P((char *));
46int outc __P((int));
47void reset_mode __P((void));
48void set_control_chars __P((void));
49void set_conversions __P((int));
50void set_init __P((void));
51void wrtermcap __P((char *));