This is `nvi' (tweaked to install as vi), version 1.01.
authorJordan K. Hubbard <jkh@FreeBSD.org>
Mon, 24 Jan 1994 01:14:16 +0000 (01:14 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Mon, 24 Jan 1994 01:14:16 +0000 (01:14 +0000)
commit1e64b3baff009074655731838b99ed3a7b74bef4
treeb6e2e6ea0d2e0210ef2062273cede98991df68b1
parent7d8a7daa6c88c0e2fb1c933b8a672172c8cfd06a
This is `nvi' (tweaked to install as vi), version 1.01.
82 files changed:
usr.bin/vi/Makefile [new file with mode: 0644]
usr.bin/vi/args.h [new file with mode: 0644]
usr.bin/vi/ascii.c [new file with mode: 0644]
usr.bin/vi/clib/Xaddnstr.c [new file with mode: 0644]
usr.bin/vi/clib/addidlok.c [new file with mode: 0644]
usr.bin/vi/clib/err.c [new file with mode: 0644]
usr.bin/vi/clib/fchmod.c [new file with mode: 0644]
usr.bin/vi/clib/flock.c [new file with mode: 0644]
usr.bin/vi/clib/fwopen.c [new file with mode: 0644]
usr.bin/vi/clib/lockf.c [new file with mode: 0644]
usr.bin/vi/clib/memmove.c [new file with mode: 0644]
usr.bin/vi/clib/memset.c [new file with mode: 0644]
usr.bin/vi/clib/mktemp.c [new file with mode: 0644]
usr.bin/vi/clib/pty.c [new file with mode: 0644]
usr.bin/vi/clib/pty_s5r4.c [new file with mode: 0644]
usr.bin/vi/clib/realloc.c [new file with mode: 0644]
usr.bin/vi/clib/siglist.c [new file with mode: 0644]
usr.bin/vi/clib/snprintf.c [new file with mode: 0644]
usr.bin/vi/clib/strdup.c [new file with mode: 0644]
usr.bin/vi/clib/strerror.c [new file with mode: 0644]
usr.bin/vi/clib/strsep.c [new file with mode: 0644]
usr.bin/vi/clib/strtoul.c [new file with mode: 0644]
usr.bin/vi/cut.c [new file with mode: 0644]
usr.bin/vi/cut.h [new file with mode: 0644]
usr.bin/vi/delete.c [new file with mode: 0644]
usr.bin/vi/exf.c [new file with mode: 0644]
usr.bin/vi/exf.h [new file with mode: 0644]
usr.bin/vi/gs.h [new file with mode: 0644]
usr.bin/vi/include/bitstring.h [new file with mode: 0644]
usr.bin/vi/include/cdefs.h [new file with mode: 0644]
usr.bin/vi/include/compat.h [new file with mode: 0644]
usr.bin/vi/include/err.h [new file with mode: 0644]
usr.bin/vi/include/file.h [new file with mode: 0644]
usr.bin/vi/include/glob.h [new file with mode: 0644]
usr.bin/vi/include/mpool.h [new file with mode: 0644]
usr.bin/vi/include/ndbm.h [new file with mode: 0644]
usr.bin/vi/include/queue.h [new file with mode: 0644]
usr.bin/vi/interrupt.h [new file with mode: 0644]
usr.bin/vi/line.c [new file with mode: 0644]
usr.bin/vi/log.c [new file with mode: 0644]
usr.bin/vi/log.h [new file with mode: 0644]
usr.bin/vi/main.c [new file with mode: 0644]
usr.bin/vi/mark.c [new file with mode: 0644]
usr.bin/vi/mark.h [new file with mode: 0644]
usr.bin/vi/mem.h [new file with mode: 0644]
usr.bin/vi/msg.h [new file with mode: 0644]
usr.bin/vi/options.c [new file with mode: 0644]
usr.bin/vi/options.h.stub [new file with mode: 0644]
usr.bin/vi/options_f.c [new file with mode: 0644]
usr.bin/vi/pathnames.h [new file with mode: 0644]
usr.bin/vi/recover.c [new file with mode: 0644]
usr.bin/vi/screen.c [new file with mode: 0644]
usr.bin/vi/screen.h [new file with mode: 0644]
usr.bin/vi/search.c [new file with mode: 0644]
usr.bin/vi/search.h [new file with mode: 0644]
usr.bin/vi/seq.c [new file with mode: 0644]
usr.bin/vi/seq.h [new file with mode: 0644]
usr.bin/vi/sex/sex_confirm.c [new file with mode: 0644]
usr.bin/vi/sex/sex_get.c [new file with mode: 0644]
usr.bin/vi/sex/sex_refresh.c [new file with mode: 0644]
usr.bin/vi/sex/sex_screen.c [new file with mode: 0644]
usr.bin/vi/sex/sex_screen.h [new file with mode: 0644]
usr.bin/vi/sex/sex_term.c [new file with mode: 0644]
usr.bin/vi/sex/sex_util.c [new file with mode: 0644]
usr.bin/vi/svi/svi_confirm.c [new file with mode: 0644]
usr.bin/vi/svi/svi_ex.c [new file with mode: 0644]
usr.bin/vi/svi/svi_get.c [new file with mode: 0644]
usr.bin/vi/svi/svi_line.c [new file with mode: 0644]
usr.bin/vi/svi/svi_refresh.c [new file with mode: 0644]
usr.bin/vi/svi/svi_relative.c [new file with mode: 0644]
usr.bin/vi/svi/svi_screen.c [new file with mode: 0644]
usr.bin/vi/svi/svi_screen.h [new file with mode: 0644]
usr.bin/vi/svi/svi_smap.c [new file with mode: 0644]
usr.bin/vi/svi/svi_split.c [new file with mode: 0644]
usr.bin/vi/svi/svi_util.c [new file with mode: 0644]
usr.bin/vi/term.c [new file with mode: 0644]
usr.bin/vi/term.h [new file with mode: 0644]
usr.bin/vi/timer.c [new file with mode: 0644]
usr.bin/vi/trace.c [new file with mode: 0644]
usr.bin/vi/util.c [new file with mode: 0644]
usr.bin/vi/vi.h [new file with mode: 0644]
usr.bin/vi/xaw/xaw_screen.c [new file with mode: 0644]