freebsd_amp_hwpstate/lib/libedit
Doug Rabson 3e0f4b28d6 On the alpha, sizeof(char*) != sizeof(int) which was assumed in
term_init().  This is the cause of /usr/bin/ftp faulting on the alpha.

Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1998-11-30 10:12:03 +00:00
..
TEST
Makefile
chared.c
chared.h
common.c
editline.3
editrc.5
el.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
el.h Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
emacs.c
hist.c
hist.h
history.c
key.c
key.h
makelist
map.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c On the alpha, sizeof(char*) != sizeof(int) which was assumed in 1998-11-30 10:12:03 +00:00
term.h
tokenizer.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
tokenizer.h
tty.c
tty.h
vi.c