Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dedit.expsym29 el_parse
H A Dhistedit.h108 int el_parse(EditLine *, int, const char **);
H A DMakefile40 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.c2232 argc = el_parse(e, argc, argv); in rl_parse_and_bind()
H A DChangeLog4964 * editline.3: reflect reality. (3rd arg of el_parse is const.)
5714 after el_source() or el_parse() to determine if editing is still
5727 entry in BUGS about el_parse(); that was fixed a while ago
5809 * editline.3, parse.c: in el_parse(), use a temporary buffer to
6014 * editline.3, parse.c: * in el_parse(), don't reference argv[0] if
6015 argc < 1 (return -1 instead) * clarify return value of el_parse()
6021 in el_parse(): * didn't execute command when program name
/freebsd/lib/libedit/
H A DMakefile31 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.c562 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.cpp73 #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().