Searched refs:el_parse (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libedit/ |
H A D | histedit.h | 109 int el_parse(EditLine *, int, const char **);
|
H A D | eln.c | 96 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() function
|
H A D | readline.c | 2045 argc = el_parse(e, argc, argv); in rl_parse_and_bind()
|
/openbsd/lib/libedit/TEST/ |
H A D | tc1.c | 263 } else if (el_parse(el, ac, av) == -1) { in main()
|
/openbsd/usr.bin/ftp/ |
H A D | main.c | 801 el_parse(el, margc, (const char **)margv) != 0) in cmdscanner()
|
/openbsd/sbin/fsdb/ |
H A D | fsdb.c | 297 if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1) in cmdloop()
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Editline.cpp | 87 #define el_wparse el_parse
|