1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/libedit
Eitan Adler 8be8ad916f libedit: add H_SAVE_FP which saves history to a file pointer.
H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when operating in capability mode.

Reviewed by:	christos@NetBSD.org, pfg
2014-05-11 01:44:11 +00:00
..
edit/readline
TEST
chared.c
chared.h
chartype.h Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
common.c
editline.3 libedit: add H_SAVE_FP which saves history to a file pointer. 2014-05-11 01:44:11 +00:00
editrc.5 Add FILES section. 2013-01-12 09:08:37 +00:00
el.c
el.h
emacs.c
filecomplete.c
filecomplete.h
hist.c
hist.h libedit: add H_SAVE_FP which saves history to a file pointer. 2014-05-11 01:44:11 +00:00
histedit.h libedit: add H_SAVE_FP which saves history to a file pointer. 2014-05-11 01:44:11 +00:00
history.c libedit: add H_SAVE_FP which saves history to a file pointer. 2014-05-11 01:44:11 +00:00
key.c
key.h
Makefile libedit: Revert r247683 to fix buildworld. 2013-03-03 14:42:15 +00:00
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). 2013-09-26 17:54:58 +00:00
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c
term.h
tokenizer.c
tty.c
tty.h
vi.c