Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDedit.expsym29 el_parse
HDhistedit.h108 int el_parse(EditLine *, int, const char **);
HDMakefile40 editline.3 el_parse.3 \
HDeln.c89 el_parse(EditLine *el, int argc, const char *argv[]) in el_parse() function
HDreadline.c2231 argc = el_parse(e, argc, argv); in rl_parse_and_bind()
/freebsd-14-stable/lib/libedit/
HDMakefile35 editline.3 el_parse.3 \
/freebsd-14-stable/contrib/libedit/TEST/
HDtc1.c275 } else if (el_parse(el, ac, av) == -1) { in main()
/freebsd-14-stable/usr.sbin/lpr/lpc/
HDlpc.c200 if (el != NULL && el_parse(el, margc, (const char **)margv) != -1) in cmdscanner()
/freebsd-14-stable/contrib/tnftp/src/
HDmain.c729 el_parse(el, margc, (const char **)margv) != 0) in cmdscanner()
/freebsd-14-stable/sbin/fsdb/
HDfsdb.c294 if (el_parse(elptr, cmd_argc, (const char **)cmd_argv) != -1) in cmdloop()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp70 #define el_wparse el_parse
/freebsd-14-stable/contrib/tnftp/
HDChangeLog54 - Only attempt to el_parse() a command unknown by the default
838 - Deal with const'ification if el_parse().