1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Bringing in nvi 1.34.

Reviewed by:	Sean Eric Fagan
This commit is contained in:
Sean Eric Fagan 1994-08-18 01:15:30 +00:00
parent b2e899c41f
commit e03164ffd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2100
40 changed files with 40 additions and 40 deletions

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_confirm.c 8.8 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_confirm.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_get.c 8.38 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_get.c 8.39 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_refresh.c 8.15 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_refresh.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_screen.c 8.48 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_screen.c 8.49 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_term.c 8.39 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_term.c 8.40 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_util.c 8.16 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_util.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)sex_window.c 8.7 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)sex_window.c 8.8 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)getc.c 8.10 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)getc.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_ch.c 8.14 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_ch.c 8.15 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_delete.c 8.15 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_delete.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_ex.c 8.11 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_ex.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_increment.c 8.10 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_increment.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_init.c 8.27 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_init.c 8.28 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_left.c 8.10 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_left.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_mark.c 8.9 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_mark.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_match.c 8.15 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_match.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_ntext.c 8.121 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_ntext.c 8.122 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_paragraph.c 8.19 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_paragraph.c 8.20 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_put.c 8.10 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_put.c 8.11 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_redraw.c 8.5 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_redraw.c 8.6 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_replace.c 8.19 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_replace.c 8.20 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_right.c 8.9 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_right.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_screen.c 8.13 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_screen.c 8.14 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_scroll.c 8.21 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_scroll.c 8.22 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_search.c 8.33 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_search.c 8.34 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_section.c 8.11 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_section.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_sentence.c 8.16 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_sentence.c 8.17 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_status.c 8.17 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_status.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_stop.c 8.8 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_stop.c 8.9 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_text.c 8.42 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_text.c 8.43 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_ulcase.c 8.9 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_ulcase.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_undo.c 8.11 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_undo.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_util.c 8.11 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_util.c 8.12 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_word.c 8.22 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_word.c 8.23 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_xchar.c 8.9 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_xchar.c 8.10 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_yank.c 8.15 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_yank.c 8.16 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_z.c 8.17 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_z.c 8.18 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)v_zexit.c 8.12 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)v_zexit.c 8.13 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)vcmd.c 8.40 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)vcmd.c 8.41 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,7 +32,7 @@
*/
#ifndef lint
static const char sccsid[] = "@(#)vi.c 8.90 (Berkeley) 8/17/94";
static char sccsid[] = "@(#)vi.c 8.91 (Berkeley) 8/17/94";
#endif /* not lint */
#include <sys/types.h>