Searched refs:el_init (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/ntp/libntp/
H A Dntp_lineedit.c84 ntp_el = el_init(progname, stdin, stdout, stderr);
86 ntp_el = el_init(progname, stdin, stdout);
/freebsd-current/contrib/libedit/
H A Dhistedit.h86 EditLine *el_init(const char *, FILE *, FILE *, FILE *);
H A DMakefile30 editline.3 el_init.3 \
H A Del.c60 /* el_init():
64 el_init(const char *prog, FILE *fin, FILE *fout, FILE *ferr) function
/freebsd-current/lib/libedit/
H A DMakefile30 editline.3 el_init.3 \
/freebsd-current/contrib/libedit/TEST/
H A Dtc1.c148 el = el_init(*argv, stdin, stdout, stderr);
H A Dwtc1.c133 el = el_init(argv[0], stdin, stdout, stderr);
H A Dtest_filecompletion.c522 EditLine *el = el_init(argv[0], stdin, stdout, stderr);
/freebsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c152 el = el_init("lpc", stdin, stdout, stderr);
/freebsd-current/usr.sbin/pppctl/
H A Dpppctl.c591 td.edit = el_init("pppctl", stdin, stdout);
594 td.edit = el_init("pppctl", stdin, stdout, stderr);
/freebsd-current/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err);
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c193 el = el_init("gstat", stdin, stdout, stderr);
195 err(EX_SOFTWARE, "el_init");
/freebsd-current/usr.sbin/ngctl/
H A Dmain.c299 el = el_init(getprogname(), stdin, stdout, stderr);
/freebsd-current/bin/sh/
H A Dhistedit.c183 el = el_init(arg0, el_in, el_out, el_out);
/freebsd-current/usr.bin/units/
H A Dunits.c827 el = el_init(argv[0], stdin, stdout, stderr);
/freebsd-current/contrib/tnftp/src/
H A Dutil.c981 el = el_init(getprogname(), stdin, ttyout, stderr);
/freebsd-current/sbin/fsdb/
H A Dfsdb.c276 elptr = el_init("fsdb", stdin, stdout, stderr);
/freebsd-current/usr.bin/tftp/
H A Dmain.c179 el = el_init("tftp", stdin, stdout, stderr);
/freebsd-current/usr.bin/bc/
H A Dbc.y1201 el = el_init("bc", stdin, stderr, stderr);
/freebsd-current/contrib/bc/src/
H A Dhistory.c200 h->el = el_init(vm->name, stdin, stdout, stderr);
/freebsd-current/usr.sbin/cdcontrol/
H A Dcdcontrol.c1174 el = el_init("cdcontrol", stdin, stdout,
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1157 el_init(m_editor_name.c_str(), m_input_file, m_output_file, m_error_file);
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure8302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking number of arguments to el_init()" >&5
8303 printf %s "checking number of arguments to el_init()... " >&6; }
8318 el_init("conftest", stdin, stdout, stderr);
/freebsd-current/contrib/ntp/
H A Dconfigure17701 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking number of arguments to el_init()" >&5
17702 printf %s "checking number of arguments to el_init()... " >&6; }
17717 el_init("conftest", stdin, stdout, stderr);

Completed in 262 milliseconds