Use __RCSID() and __COPYRIGHT().

This commit is contained in:
thorpej 2002-04-09 01:47:30 +00:00
parent 050c3a4205
commit 7f192498d4
112 changed files with 674 additions and 114 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_bsd.c,v 1.6 2001/05/01 16:46:11 aymeric Exp $ */
/* $NetBSD: cl_bsd.c,v 1.7 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1995, 1996
@ -9,8 +9,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_bsd.c 8.29 (Berkeley) 7/1/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_funcs.c,v 1.6 2001/05/02 21:15:19 windsor Exp $ */
/* $NetBSD: cl_funcs.c,v 1.7 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_funcs.c 10.50 (Berkeley) 9/24/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_main.c,v 1.5 2001/05/01 16:46:11 aymeric Exp $ */
/* $NetBSD: cl_main.c,v 1.6 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_main.c 10.36 (Berkeley) 10/14/96";
#else
__RCSID("$NetBSD: cl_main.c,v 1.6 2002/04/09 01:47:30 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_read.c,v 1.3 2001/03/31 11:37:45 aymeric Exp $ */
/* $NetBSD: cl_read.c,v 1.4 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_read.c 10.15 (Berkeley) 9/24/96";
#else
__RCSID("$NetBSD: cl_read.c,v 1.4 2002/04/09 01:47:30 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_screen.c,v 1.5 2001/03/31 11:37:45 aymeric Exp $ */
/* $NetBSD: cl_screen.c,v 1.6 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_screen.c 10.49 (Berkeley) 9/24/96";
#else
__RCSID("$NetBSD: cl_screen.c,v 1.6 2002/04/09 01:47:30 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cl_term.c,v 1.4 2001/03/31 11:37:45 aymeric Exp $ */
/* $NetBSD: cl_term.c,v 1.5 2002/04/09 01:47:30 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cl_term.c 10.22 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: cl_term.c,v 1.5 2002/04/09 01:47:30 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: api.c,v 1.4 2001/03/31 11:37:45 aymeric Exp $ */
/* $NetBSD: api.c,v 1.5 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -13,8 +13,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)api.c 8.26 (Berkeley) 10/14/96";
#else
__RCSID("$NetBSD: api.c,v 1.5 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cut.c,v 1.5 2001/10/20 10:04:49 aymeric Exp $ */
/* $NetBSD: cut.c,v 1.6 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)cut.c 10.10 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: cut.c,v 1.6 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: delete.c,v 1.4 2001/09/09 11:03:02 aymeric Exp $ */
/* $NetBSD: delete.c,v 1.5 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)delete.c 10.12 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD: delete.c,v 1.5 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: exf.c,v 1.8 2002/03/25 00:13:56 simonb Exp $ */
/* $NetBSD: exf.c,v 1.9 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96";
#else
__RCSID("$NetBSD: exf.c,v 1.9 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: key.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: key.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)key.c 10.33 (Berkeley) 9/24/96";
#else
__RCSID("$NetBSD: key.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: line.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: line.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)line.c 10.21 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: line.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: log.c,v 1.2 1998/01/09 08:06:45 perry Exp $ */
/* $NetBSD: log.c,v 1.3 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)log.c 10.8 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: log.c,v 1.3 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.6 2001/05/01 16:46:11 aymeric Exp $ */
/* $NetBSD: main.c,v 1.7 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,16 +11,21 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
static const char copyright[] =
__COPYRIGHT(
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n\
@(#) Copyright (c) 1992, 1993, 1994, 1995, 1996\n\
Keith Bostic. All rights reserved.\n";
Keith Bostic. All rights reserved.\n");
#endif /* not lint */
#ifndef lint
#if 0
static const char sccsid[] = "@(#)main.c 10.48 (Berkeley) 10/11/96";
#else
__RCSID("$NetBSD: main.c,v 1.7 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mark.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: mark.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)mark.c 10.13 (Berkeley) 7/19/96";
#else
__RCSID("$NetBSD: mark.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.c,v 1.8 2001/10/20 22:30:31 yamt Exp $ */
/* $NetBSD: msg.c,v 1.9 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)msg.c 10.48 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: msg.c,v 1.9 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: options.c,v 1.5 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: options.c,v 1.6 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)options.c 10.51 (Berkeley) 10/14/96";
#else
__RCSID("$NetBSD: options.c,v 1.6 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: options_f.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: options_f.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -10,8 +10,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)options_f.c 10.25 (Berkeley) 7/12/96";
#else
__RCSID("$NetBSD: options_f.c,v 1.4 2002/04/09 01:47:31 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: put.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: put.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)put.c 10.11 (Berkeley) 9/23/96";
#else
__RCSID("$NetBSD: put.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: recover.c,v 1.7 2001/05/13 12:03:00 aymeric Exp $ */
/* $NetBSD: recover.c,v 1.8 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)recover.c 10.21 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: recover.c,v 1.8 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: screen.c,v 1.3 2001/03/31 11:37:46 aymeric Exp $ */
/* $NetBSD: screen.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)screen.c 10.15 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: screen.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: search.c,v 1.6 2001/03/31 11:37:47 aymeric Exp $ */
/* $NetBSD: search.c,v 1.7 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)search.c 10.25 (Berkeley) 6/30/96";
#else
__RCSID("$NetBSD: search.c,v 1.7 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: seq.c,v 1.2 1998/01/09 08:07:09 perry Exp $ */
/* $NetBSD: seq.c,v 1.3 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)seq.c 10.10 (Berkeley) 3/30/96";
#else
__RCSID("$NetBSD: seq.c,v 1.3 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.3 2001/03/31 11:37:47 aymeric Exp $ */
/* $NetBSD: util.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)util.c 10.11 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD: util.c,v 1.4 2002/04/09 01:47:32 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex.c,v 1.11 2001/03/31 11:37:49 aymeric Exp $ */
/* $NetBSD: ex.c,v 1.12 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex.c 10.57 (Berkeley) 10/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_abbrev.c,v 1.7 1998/01/09 08:07:38 perry Exp $ */
/* $NetBSD: ex_abbrev.c,v 1.8 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_abbrev.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_append.c,v 1.8 2001/03/31 11:37:49 aymeric Exp $ */
/* $NetBSD: ex_append.c,v 1.9 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_append.c 10.30 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_args.c,v 1.8 2001/03/31 11:37:49 aymeric Exp $ */
/* $NetBSD: ex_args.c,v 1.9 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_args.c 10.16 (Berkeley) 7/13/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_argv.c,v 1.9 2001/03/31 11:37:49 aymeric Exp $ */
/* $NetBSD: ex_argv.c,v 1.10 2002/04/09 01:47:32 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_argv.c 10.26 (Berkeley) 9/20/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_at.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_at.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_at.c 10.12 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_bang.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_bang.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_bang.c 10.33 (Berkeley) 9/23/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_cd.c,v 1.10 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_cd.c,v 1.11 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_cd.c 10.10 (Berkeley) 8/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_cmd.c,v 1.4 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_cmd.c,v 1.5 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_cmd.c 10.20 (Berkeley) 10/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_cscope.c,v 1.5 2001/10/17 07:38:49 yamt Exp $ */
/* $NetBSD: ex_cscope.c,v 1.6 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1994, 1996
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_cscope.c 10.13 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_delete.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_delete.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_delete.c 10.9 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_display.c,v 1.7 1998/01/09 08:07:46 perry Exp $ */
/* $NetBSD: ex_display.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_display.c 10.12 (Berkeley) 4/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_edit.c,v 1.7 1998/01/09 08:07:47 perry Exp $ */
/* $NetBSD: ex_edit.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_edit.c 10.10 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_equal.c,v 1.9 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_equal.c,v 1.10 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_equal.c 10.10 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_file.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_file.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_file.c 10.12 (Berkeley) 7/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_filter.c,v 1.3 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_filter.c,v 1.4 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_filter.c 10.34 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_global.c,v 1.9 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_global.c,v 1.10 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_global.c 10.22 (Berkeley) 10/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_init.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_init.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_init.c 10.26 (Berkeley) 8/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_join.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_join.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_join.c 10.10 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_map.c,v 1.7 1998/01/09 08:07:52 perry Exp $ */
/* $NetBSD: ex_map.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_map.c 10.9 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_mark.c,v 1.7 1998/01/09 08:07:53 perry Exp $ */
/* $NetBSD: ex_mark.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_mark.c 10.8 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_mkexrc.c,v 1.7 1998/01/09 08:07:54 perry Exp $ */
/* $NetBSD: ex_mkexrc.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_mkexrc.c 10.11 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_move.c,v 1.9 2001/10/20 10:04:50 aymeric Exp $ */
/* $NetBSD: ex_move.c,v 1.10 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_move.c 10.10 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_open.c,v 1.7 1998/01/09 08:07:55 perry Exp $ */
/* $NetBSD: ex_open.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_open.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_perl.c,v 1.3 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_perl.c,v 1.4 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -15,8 +15,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_perl.c 8.10 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_preserve.c,v 1.7 1998/01/09 08:07:56 perry Exp $ */
/* $NetBSD: ex_preserve.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_preserve.c 10.12 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_print.c,v 1.9 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_print.c,v 1.10 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_print.c 10.18 (Berkeley) 5/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_put.c,v 1.7 1998/01/09 08:07:58 perry Exp $ */
/* $NetBSD: ex_put.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_put.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_quit.c,v 1.2 1998/01/09 08:07:58 perry Exp $ */
/* $NetBSD: ex_quit.c,v 1.3 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_quit.c 10.7 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_read.c,v 1.10 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_read.c,v 1.11 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_read.c 10.38 (Berkeley) 8/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_screen.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_screen.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_screen.c 10.11 (Berkeley) 6/29/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_script.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_script.c,v 1.9 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -14,8 +14,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_script.c 10.30 (Berkeley) 9/24/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_set.c,v 1.7 1998/01/09 08:08:01 perry Exp $ */
/* $NetBSD: ex_set.c,v 1.8 2002/04/09 01:47:33 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_set.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_shell.c,v 1.11 2001/05/01 16:46:12 aymeric Exp $ */
/* $NetBSD: ex_shell.c,v 1.12 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_shell.c 10.38 (Berkeley) 8/19/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_shift.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_shift.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_shift.c 10.11 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_source.c,v 1.8 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_source.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_source.c 10.12 (Berkeley) 8/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_stop.c,v 1.7 1998/01/09 08:08:04 perry Exp $ */
/* $NetBSD: ex_stop.c,v 1.8 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_stop.c 10.10 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_subst.c,v 1.13 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_subst.c,v 1.14 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_subst.c 10.37 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_tag.c,v 1.12 2001/05/01 16:46:12 aymeric Exp $ */
/* $NetBSD: ex_tag.c,v 1.13 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -14,8 +14,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_tag.c 10.36 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_tcl.c,v 1.3 2001/03/31 11:37:50 aymeric Exp $ */
/* $NetBSD: ex_tcl.c,v 1.4 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -13,8 +13,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_tcl.c 8.10 (Berkeley) 9/15/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_txt.c,v 1.5 2001/12/31 18:53:32 thorpej Exp $ */
/* $NetBSD: ex_txt.c,v 1.6 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_txt.c 10.17 (Berkeley) 10/10/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/time.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_undo.c,v 1.7 1998/01/09 08:08:08 perry Exp $ */
/* $NetBSD: ex_undo.c,v 1.8 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_undo.c 10.6 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_usage.c,v 1.7 1998/01/09 08:08:09 perry Exp $ */
/* $NetBSD: ex_usage.c,v 1.8 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_usage.c 10.13 (Berkeley) 5/3/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_util.c,v 1.10 2001/05/02 21:15:19 windsor Exp $ */
/* $NetBSD: ex_util.c,v 1.11 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_util.c 10.23 (Berkeley) 6/19/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_version.c,v 1.8 2001/03/31 11:37:51 aymeric Exp $ */
/* $NetBSD: ex_version.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_version.c 10.31 (Berkeley) 8/22/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_visual.c,v 1.9 2001/03/31 11:37:51 aymeric Exp $ */
/* $NetBSD: ex_visual.c,v 1.10 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_visual.c 10.13 (Berkeley) 6/28/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_write.c,v 1.8 2001/03/31 11:37:51 aymeric Exp $ */
/* $NetBSD: ex_write.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_write.c 10.30 (Berkeley) 7/12/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_yank.c,v 1.7 1998/01/09 08:08:12 perry Exp $ */
/* $NetBSD: ex_yank.c,v 1.8 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_yank.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ex_z.c,v 1.7 1998/01/09 08:08:13 perry Exp $ */
/* $NetBSD: ex_z.c,v 1.8 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)ex_z.c 10.10 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: getc.c,v 1.8 2001/03/31 11:37:51 aymeric Exp $ */
/* $NetBSD: getc.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)getc.c 10.10 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: getc.c,v 1.9 2002/04/09 01:47:34 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_at.c,v 1.5 1998/01/09 08:08:26 perry Exp $ */
/* $NetBSD: v_at.c,v 1.6 2002/04/09 01:47:34 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_at.c 10.8 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD: v_at.c,v 1.6 2002/04/09 01:47:34 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_ch.c,v 1.7 1998/01/09 08:08:27 perry Exp $ */
/* $NetBSD: v_ch.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_ch.c 10.8 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_ch.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_cmd.c,v 1.2 1998/01/09 08:08:27 perry Exp $ */
/* $NetBSD: v_cmd.c,v 1.3 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_cmd.c 10.9 (Berkeley) 3/28/96";
#else
__RCSID("$NetBSD: v_cmd.c,v 1.3 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_delete.c,v 1.9 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_delete.c,v 1.10 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_delete.c 10.9 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD: v_delete.c,v 1.10 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_ex.c,v 1.10 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_ex.c,v 1.11 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_ex.c 10.42 (Berkeley) 6/28/96";
#else
__RCSID("$NetBSD: v_ex.c,v 1.11 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_increment.c,v 1.7 1998/01/09 08:08:29 perry Exp $ */
/* $NetBSD: v_increment.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_increment.c 10.12 (Berkeley) 3/19/96";
#else
__RCSID("$NetBSD: v_increment.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_init.c,v 1.7 1998/01/09 08:08:30 perry Exp $ */
/* $NetBSD: v_init.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_init.c 10.8 (Berkeley) 3/30/96";
#else
__RCSID("$NetBSD: v_init.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_itxt.c,v 1.3 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_itxt.c,v 1.4 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_itxt.c 10.16 (Berkeley) 10/23/96";
#else
__RCSID("$NetBSD: v_itxt.c,v 1.4 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_left.c,v 1.7 1998/01/09 08:08:31 perry Exp $ */
/* $NetBSD: v_left.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_left.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_left.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_mark.c,v 1.8 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_mark.c,v 1.9 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_mark.c 10.8 (Berkeley) 9/20/96";
#else
__RCSID("$NetBSD: v_mark.c,v 1.9 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_match.c,v 1.7 1998/01/09 08:08:33 perry Exp $ */
/* $NetBSD: v_match.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_match.c 10.8 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_match.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_paragraph.c,v 1.7 1998/01/09 08:08:33 perry Exp $ */
/* $NetBSD: v_paragraph.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_paragraph.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_paragraph.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_put.c,v 1.7 1998/01/09 08:08:34 perry Exp $ */
/* $NetBSD: v_put.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_put.c 10.5 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_put.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_redraw.c,v 1.7 1998/01/09 08:08:35 perry Exp $ */
/* $NetBSD: v_redraw.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_redraw.c 10.6 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_redraw.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_replace.c,v 1.8 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_replace.c,v 1.9 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_replace.c 10.17 (Berkeley) 6/30/96";
#else
__RCSID("$NetBSD: v_replace.c,v 1.9 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_right.c,v 1.7 1998/01/09 08:08:36 perry Exp $ */
/* $NetBSD: v_right.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_right.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_right.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_screen.c,v 1.7 1998/01/09 08:08:37 perry Exp $ */
/* $NetBSD: v_screen.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_screen.c 10.10 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD: v_screen.c,v 1.8 2002/04/09 01:47:35 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_scroll.c,v 1.8 2000/03/13 23:22:52 soren Exp $ */
/* $NetBSD: v_scroll.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_scroll.c 10.9 (Berkeley) 4/27/96";
#else
__RCSID("$NetBSD: v_scroll.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_search.c,v 1.8 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_search.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_search.c 10.18 (Berkeley) 9/19/96";
#else
__RCSID("$NetBSD: v_search.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_section.c,v 1.7 1998/01/09 08:08:39 perry Exp $ */
/* $NetBSD: v_section.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_section.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_section.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_sentence.c,v 1.7 1998/01/09 08:08:40 perry Exp $ */
/* $NetBSD: v_sentence.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_sentence.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_sentence.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_status.c,v 1.7 1998/01/09 08:08:40 perry Exp $ */
/* $NetBSD: v_status.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_status.c 10.9 (Berkeley) 5/15/96";
#else
__RCSID("$NetBSD: v_status.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_txt.c,v 1.8 2002/01/07 19:22:16 aymeric Exp $ */
/* $NetBSD: v_txt.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_txt.c 10.87 (Berkeley) 10/13/96";
#else
__RCSID("$NetBSD: v_txt.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_ulcase.c,v 1.8 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_ulcase.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_ulcase.c 10.7 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_ulcase.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_undo.c,v 1.7 1998/01/09 08:08:43 perry Exp $ */
/* $NetBSD: v_undo.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_undo.c 10.5 (Berkeley) 3/6/96";
#else
__RCSID("$NetBSD: v_undo.c,v 1.8 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: v_util.c,v 1.8 2001/03/31 11:37:52 aymeric Exp $ */
/* $NetBSD: v_util.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@ -11,8 +11,13 @@
#include "config.h"
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char sccsid[] = "@(#)v_util.c 10.11 (Berkeley) 6/30/96";
#else
__RCSID("$NetBSD: v_util.c,v 1.9 2002/04/09 01:47:36 thorpej Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>

Some files were not shown because too many files have changed in this diff Show More