NetBSD/lib/libedit
2021-03-28 13:39:39 +00:00
..
readline
TEST
chared.c
chared.h
chartype.c
chartype.h Fix type and remove cast (Yuichiro NAITO/FreeBSD). 2019-09-15 21:09:11 +00:00
common.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
config.h
editline.3
editline.7
editrc.5
el.c
el.h
eln.c
emacs.c
filecomplete.c Only unescape when we are quoting and don't add a space if we are quoting 2021-03-28 13:39:39 +00:00
filecomplete.h document the flag 2021-03-28 13:38:10 +00:00
hist.c
hist.h
histedit.h
history.c Change strncpy to either memcpy (when we know the len), or strlcpy (when 2019-10-08 19:17:57 +00:00
historyn.c
keymacro.c
keymacro.h
literal.c
literal.h
Makefile introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
makelist
map.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c add +1 to strlcpy's (Patrick Welche) 2019-10-09 14:31:07 +00:00
refresh.c fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH 2020-03-30 06:54:37 +00:00
refresh.h
search.c patbuf must be updated if the length of patbuf is greater than or equal to 0. (that is always) 2020-03-30 06:56:38 +00:00
search.h
shlib_version
sig.c
sig.h
sys.h
terminal.c Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com) 2020-07-10 20:34:24 +00:00
terminal.h
tokenizer.c
tokenizern.c
tty.c use strlcpy() instead of strncpy() for gcc happiness 2020-05-31 23:24:23 +00:00
tty.h
vi.c