freebsd-skq/lib/libedit
Jilles Tjoelker 96535454fc libedit: Add basic filename completion code from NetBSD.
This will be used to provide filename completion in sh(1).

Changes from the NetBSD code:
* wide character support disabled, as in the rest of libedit
* config.h and related portability stuff reduced/disabled, as in the rest
  of libedit

Submitted by:	Guy Yur
Obtained from:	NetBSD
2010-06-13 17:04:42 +00:00
..
TEST
chared.c
chared.h
common.c
editline.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
editrc.5 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
el.c Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
el.h Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
emacs.c
filecomplete.c libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
filecomplete.h libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
hist.c
hist.h
history.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
key.c
key.h
Makefile libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
makelist
map.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
read.h The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 07:25:20 +00:00
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
term.h Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
tokenizer.c
tty.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
tty.h
vi.c