mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
* Quote '*', '?' and '['. While it may be more useful to expand them to matching pathnames, this at least matches with the completion we do. * '@' is a regular character for filenames. Some other shells do @<hostname> completion but we do not. * Prefix names starting with '-' and '+' with './' so they are not seen as options. |
||
|---|---|---|
| .. | ||
| TEST | ||
| chared.c | ||
| chared.h | ||
| common.c | ||
| editline.3 | ||
| editrc.5 | ||
| el.c | ||
| el.h | ||
| emacs.c | ||
| filecomplete.c | ||
| filecomplete.h | ||
| hist.c | ||
| hist.h | ||
| history.c | ||
| key.c | ||
| key.h | ||
| Makefile | ||
| makelist | ||
| map.c | ||
| map.h | ||
| parse.c | ||
| parse.h | ||
| prompt.c | ||
| prompt.h | ||
| read.c | ||
| read.h | ||
| 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 | ||