Searched refs:el_parse (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dhistedit.h109 int el_parse(EditLine *, int, const char **);
H A DMakefile25 editline.3 el_line.3 editline.3 el_parse.3 editline.3 el_push.3 \
H A Deln.c92 el_parse(EditLine *el, int argc, const char *argv[]) function
H A Dreadline.c2078 argc = el_parse(e, argc, argv);
/freebsd-11-stable/lib/libedit/TEST/
H A Dtc1.c276 } else if (el_parse(el, ac, av) == -1) {
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c200 if (el != NULL && el_parse(el, margc, (const char **)margv) != -1)
/freebsd-11-stable/bin/sh/
H A Dhistedit.c493 ret = el_parse(el, argc, __DECONST(const char **, argv));
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c711 * attempt to el_parse() unknown commands.
719 el_parse(el, margc, (const char **)margv) != 0)
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c257 * el_parse returns -1 to signal that it's not been handled
260 if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp83 #define el_wparse el_parse

Completed in 257 milliseconds