NetBSD/lib/libedit
jmc 50b6095c16 Alloc the keys structure with A_K_NKEYS as the multiplier rather than a
hardcoded value of 4.

A_K_NKEYS is currently 6 and this mismatch was stomping memory when
initializing the keys. (specifically gdb lost the exec file name if it was
a long path name).
2000-11-28 22:37:51 +00:00
..
TEST
chared.c
chared.h
common.c
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
key.c
key.h
Makefile
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
readline.c
readline.h
refresh.c
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c Alloc the keys structure with A_K_NKEYS as the multiplier rather than a 2000-11-28 22:37:51 +00:00
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c