Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistedit.h108 int el_parse(EditLine *, int, const char **);
H A DMakefile34 editline.3 el_parse.3 \
H A Deln.c89 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() function
H A Dreadline.c2229 argc = el_parse(e, argc, argv); in rl_parse_and_bind()
/freebsd/lib/libedit/
H A DMakefile34 editline.3 el_parse.3 \
/freebsd/contrib/libedit/TEST/
H A Dtc1.c275 } else if (el_parse(el, ac, av) == -1) { in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c188 if (el != NULL && el_parse(el, margc, (const char **)margv) != -1) in cmdscanner()
/freebsd/bin/sh/
H A Dhistedit.c560 ret = el_parse(el, argc, __DECONST(const char **, argv)); in bindcmd()
/freebsd/contrib/tnftp/src/
H A Dmain.c729 el_parse(el, margc, (const char **)margv) != 0) in cmdscanner()
/freebsd/sbin/fsdb/
H A Dfsdb.c294 if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1) in cmdloop()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp70 #define el_wparse el_parse
/freebsd/contrib/tnftp/
H A DChangeLog54 - Only attempt to el_parse() a command unknown by the default
838 - Deal with const'ification if el_parse().