NetBSD/usr.bin/vi/common
christos 49334834f0 Coverity CID 793 uncovered a bunch of issues:
1. needfree = 0, should have been *needfree = 0
2. this function will not work with sp == NULL, since KEY_NAME dereferences it.
3. the if (0) {
  label:
  }
  code is disgusting.

Remove all the nasty and impossible code and fix 1.
2006-09-27 21:01:18 +00:00
..
api.c
args.h
common.h
cut.c
cut.h
delete.c
exf.c
exf.h
gs.h
key.c
key.h
line.c
log.c
log.h
main.c
mark.c
mark.h
mem.h
msg.c
msg.h
options.awk
options.c
options.h
options_f.c
put.c
recover.c
screen.c
screen.h
search.c
seq.c
seq.h
util.c
util.h