Home
last modified time | relevance | path

Searched refs:el_parse (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libedit/
H A Dhistedit.h109 int el_parse(EditLine *, int, const char **);
H A Deln.c96 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() function
H A Dreadline.c2045 argc = el_parse(e, argc, argv); in rl_parse_and_bind()
/openbsd/lib/libedit/TEST/
H A Dtc1.c263 } else if (el_parse(el, ac, av) == -1) { in main()
/openbsd/usr.bin/ftp/
H A Dmain.c801 el_parse(el, margc, (const char **)margv) != 0) in cmdscanner()
/openbsd/sbin/fsdb/
H A Dfsdb.c297 if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1) in cmdloop()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp87 #define el_wparse el_parse