| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_lineeditlibs.m4 | 43 # 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 D | ntp_lineedit.c | 188 cline = el_gets(ntp_el, pcount); in ntp_readline()
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | histedit.h | 95 const char *el_gets(EditLine *, int *);
|
| H A D | Makefile | 29 editline.3 el_gets.3 \
|
| H A D | eln.c | 71 el_gets(EditLine *el, int *nread) in el_gets() function
|
| H A D | readline.c | 451 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 D | Makefile | 31 editline.3 el_gets.3 \
|
| /freebsd-13.1/contrib/libedit/TEST/ |
| H A D | tc1.c | 175 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
|
| /freebsd-13.1/usr.bin/units/ |
| H A D | units.c | 856 havestr = el_gets(el, &inputsz); in main() 873 wantstr = el_gets(el, &inputsz); in main()
|
| /freebsd-13.1/usr.bin/bc/ |
| H A D | scan.l | 339 if ((bp = el_gets(el, &num)) == NULL || num == 0)
|
| /freebsd-13.1/usr.sbin/lpr/lpc/ |
| H A D | lpc.c | 184 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
|
| /freebsd-13.1/bin/sh/ |
| H A D | input.c | 144 rl_cp = el_gets(el, &el_len); in preadfd()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
|
| /freebsd-13.1/usr.sbin/ngctl/ |
| H A D | main.c | 320 if ((buf = el_gets(el, &count)) == NULL) { in DoInteractive()
|
| /freebsd-13.1/usr.sbin/gstat/ |
| H A D | gstat.c | 549 line = el_gets(el, &line_len); in main()
|
| /freebsd-13.1/usr.sbin/pppctl/ |
| H A D | pppctl.c | 259 result = el_gets(e, count); in SmartGets()
|
| /freebsd-13.1/contrib/tnftp/src/ |
| H A D | main.c | 688 buf = el_gets(el, &ch); in cmdscanner()
|
| /freebsd-13.1/usr.bin/tftp/ |
| H A D | main.c | 748 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
|
| /freebsd-13.1/sbin/fsdb/ |
| H A D | fsdb.c | 263 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
|
| /freebsd-13.1/usr.sbin/cdcontrol/ |
| H A D | cdcontrol.c | 1186 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 83 #define el_wgets el_gets
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sftp.c | 2232 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
|
| H A D | ChangeLog | 688 need the signal to interrupt the read(2) in the el_gets(3) event loop.
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | configure | 7687 char el_gets (); 7691 return el_gets ();
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | configure | 17013 char el_gets (); 17017 return el_gets ();
|