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 convert to new style guide 2000-09-04 23:36:41 +00:00
Makefile
chared.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
chared.h
common.c
editline.3
editrc.5 improve description of line syntax 2000-11-08 00:09:38 +00:00
el.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
el.h - add support for home and end keys. 2000-11-11 22:18:57 +00:00
emacs.c
hist.c
hist.h
histedit.h
history.c
key.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
key.h
makelist - generate ansi prototypes instead of using __P(). noted by christos 2000-09-04 23:45:18 +00:00
map.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
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 - add support for home and end keys. 2000-11-11 22:18:57 +00:00
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c