repeat after me: "I hate rcs ids"

This commit is contained in:
cgd 1993-11-09 04:06:43 +00:00
parent 4acf14c6be
commit 2f65b6139d
44 changed files with 88 additions and 44 deletions

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 8/21/93
# from: @(#)Makefile 8.2 (Berkeley) 8/21/93
# $Id: Makefile,v 1.5 1993/11/09 04:06:43 cgd Exp $
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)addbytes.c 8.1 (Berkeley) 6/11/93";
/* from: static char sccsid[] = "@(#)addbytes.c 8.1 (Berkeley) 6/11/93"; */
static char *rcsid = "$Id: addbytes.c,v 1.8 1993/11/09 04:06:46 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)addch.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)addch.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: addch.c,v 1.6 1993/11/09 04:06:49 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)addnstr.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)addnstr.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: addnstr.c,v 1.2 1993/11/09 04:06:52 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)box.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)box.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: box.c,v 1.6 1993/11/09 04:06:55 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)clear.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)clear.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: clear.c,v 1.5 1993/11/09 04:06:57 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)clrtobot.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)clrtobot.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: clrtobot.c,v 1.6 1993/11/09 04:07:00 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)clrtoeol.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)clrtoeol.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: clrtoeol.c,v 1.6 1993/11/09 04:07:02 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cr_put.c 8.1 (Berkeley) 6/11/93";
/* from: static char sccsid[] = "@(#)cr_put.c 8.1 (Berkeley) 6/11/93"; */
static char *rcsid = "$Id: cr_put.c,v 1.6 1993/11/09 04:07:04 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ctrace.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)ctrace.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: ctrace.c,v 1.2 1993/11/09 04:07:06 cgd Exp $";
#endif /* not lint */
#ifdef DEBUG

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: cur_hash.c,v 1.2 1993/11/09 04:07:10 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -29,7 +29,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)curses.3 8.1 (Berkeley) 6/4/93
.\" from: @(#)curses.3 8.1 (Berkeley) 6/4/93
.\" $Id: curses.3,v 1.5 1993/11/09 04:07:14 cgd Exp $
.\"
.Dd June 4, 1993
.Dt CURSES 3

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)curses.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)curses.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: curses.c,v 1.5 1993/11/09 04:07:18 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)delch.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)delch.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: delch.c,v 1.6 1993/11/09 04:07:22 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)deleteln.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)deleteln.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: deleteln.c,v 1.6 1993/11/09 04:07:24 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)delwin.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)delwin.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: delwin.c,v 1.5 1993/11/09 04:07:26 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)erase.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)erase.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: erase.c,v 1.6 1993/11/09 04:07:29 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)fullname.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)fullname.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: fullname.c,v 1.5 1993/11/09 04:07:32 cgd Exp $";
#endif /* not lint */
/*

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)getch.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)getch.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: getch.c,v 1.6 1993/11/09 04:07:34 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)getstr.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)getstr.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: getstr.c,v 1.6 1993/11/09 04:07:36 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)id_subwins.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)id_subwins.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: id_subwins.c,v 1.5 1993/11/09 04:07:40 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)idlok.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)idlok.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: idlok.c,v 1.5 1993/11/09 04:07:47 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)initscr.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)initscr.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: initscr.c,v 1.5 1993/11/09 04:07:54 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)insch.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)insch.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: insch.c,v 1.6 1993/11/09 04:08:03 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)insertln.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)insertln.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: insertln.c,v 1.6 1993/11/09 04:08:07 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)longname.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)longname.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: longname.c,v 1.5 1993/11/09 04:08:12 cgd Exp $";
#endif /* not lint */
/*

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: move.c,v 1.5 1993/11/09 04:08:16 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)mvwin.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)mvwin.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: mvwin.c,v 1.5 1993/11/09 04:08:19 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)newwin.c 8.1 (Berkeley) 7/20/93";
/* from: static char sccsid[] = "@(#)newwin.c 8.1 (Berkeley) 7/20/93"; */
static char *rcsid = "$Id: newwin.c,v 1.6 1993/11/09 04:08:22 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)overlay.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)overlay.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: overlay.c,v 1.6 1993/11/09 04:08:25 cgd Exp $";
#endif /* not lint */
#include <ctype.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)overwrite.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)overwrite.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: overwrite.c,v 1.6 1993/11/09 04:08:28 cgd Exp $";
#endif /* not lint */
#include <ctype.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)printw.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)printw.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: printw.c,v 1.6 1993/11/09 04:08:31 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: putchar.c,v 1.5 1993/11/09 04:08:33 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 7/20/93";
/* from: static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 7/20/93"; */
static char *rcsid = "$Id: refresh.c,v 1.6 1993/11/09 04:08:34 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)scanw.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)scanw.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: scanw.c,v 1.5 1993/11/09 04:08:37 cgd Exp $";
#endif /* not lint */
/*

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)scroll.c 8.1 (Berkeley) 6/11/93";
/* from: static char sccsid[] = "@(#)scroll.c 8.1 (Berkeley) 6/11/93"; */
static char *rcsid = "$Id: scroll.c,v 1.5 1993/11/09 04:08:42 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)setterm.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)setterm.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: setterm.c,v 1.3 1993/11/09 04:08:45 cgd Exp $";
#endif /* not lint */
#include <sys/ioctl.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)standout.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)standout.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: standout.c,v 1.5 1993/11/09 04:08:48 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)toucholap.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)toucholap.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: toucholap.c,v 1.5 1993/11/09 04:08:50 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)touchwin.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)touchwin.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: touchwin.c,v 1.5 1993/11/09 04:08:52 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tscroll.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)tscroll.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: tscroll.c,v 1.2 1993/11/09 04:08:54 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tstp.c 8.2 (Berkeley) 11/2/93";
/* from: static char sccsid[] = "@(#)tstp.c 8.2 (Berkeley) 11/2/93"; */
static char *rcsid = "$Id: tstp.c,v 1.6 1993/11/09 04:08:55 cgd Exp $";
#endif /* not lint */
#include <curses.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 10/27/93";
/* from: static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 10/27/93"; */
static char *rcsid = "$Id: tty.c,v 1.3 1993/11/09 04:08:56 cgd Exp $";
#endif /* not lint */
#include <sys/ioctl.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93";
/* from: static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: unctrl.c,v 1.5 1993/11/09 04:08:57 cgd Exp $";
#endif /* not lint */
char *__unctrl[256] = {