Home
last modified time | relevance | path

Searched refs:el_gets (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_lineeditlibs.m443 # do not try el_gets without a terminal library
46 AC_MSG_CHECKING([for el_gets() with $TRY_LIB])
47 AC_TRY_LINK_FUNC([el_gets], [ntp_lib_lineedit="$TRY_LIB"])
52 *) # Use el_gets()
/freebsd-13.1/contrib/ntp/libntp/
H A Dntp_lineedit.c188 cline = el_gets(ntp_el, pcount); in ntp_readline()
/freebsd-13.1/contrib/libedit/
H A Dhistedit.h95 const char *el_gets(EditLine *, int *);
H A DMakefile29 editline.3 el_gets.3 \
H A Deln.c71 el_gets(EditLine *el, int *nread) in el_gets() function
H A Dreadline.c451 ret = el_gets(e, &count); in readline()
2070 const char *buf = el_gets(e, &count); in rl_callback_read_char()
/freebsd-13.1/lib/libedit/
H A DMakefile31 editline.3 el_gets.3 \
/freebsd-13.1/contrib/libedit/TEST/
H A Dtc1.c175 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
/freebsd-13.1/usr.bin/units/
H A Dunits.c856 havestr = el_gets(el, &inputsz); in main()
873 wantstr = el_gets(el, &inputsz); in main()
/freebsd-13.1/usr.bin/bc/
H A Dscan.l339 if ((bp = el_gets(el, &num)) == NULL || num == 0)
/freebsd-13.1/usr.sbin/lpr/lpc/
H A Dlpc.c184 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
/freebsd-13.1/bin/sh/
H A Dinput.c144 rl_cp = el_gets(el, &el_len); in preadfd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/freebsd-13.1/usr.sbin/ngctl/
H A Dmain.c320 if ((buf = el_gets(el, &count)) == NULL) { in DoInteractive()
/freebsd-13.1/usr.sbin/gstat/
H A Dgstat.c549 line = el_gets(el, &line_len); in main()
/freebsd-13.1/usr.sbin/pppctl/
H A Dpppctl.c259 result = el_gets(e, count); in SmartGets()
/freebsd-13.1/contrib/tnftp/src/
H A Dmain.c688 buf = el_gets(el, &ch); in cmdscanner()
/freebsd-13.1/usr.bin/tftp/
H A Dmain.c748 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
/freebsd-13.1/sbin/fsdb/
H A Dfsdb.c263 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
/freebsd-13.1/usr.sbin/cdcontrol/
H A Dcdcontrol.c1186 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp83 #define el_wgets el_gets
/freebsd-13.1/crypto/openssh/
H A Dsftp.c2232 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
H A DChangeLog688 need the signal to interrupt the read(2) in the el_gets(3) event loop.
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfigure7687 char el_gets ();
7691 return el_gets ();
/freebsd-13.1/contrib/ntp/
H A Dconfigure17013 char el_gets ();
17017 return el_gets ();