/freebsd/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/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 188 cline = el_gets(ntp_el, pcount); in ntp_readline()
|
/freebsd/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 | 478 ret = el_gets(e, &count); in readline() 2138 const char *buf = el_gets(e, &count); in rl_callback_read_char()
|
/freebsd/lib/libedit/ |
H A D | Makefile | 29 editline.3 el_gets.3 \
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 175 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
|
/freebsd/usr.bin/units/ |
H A D | units.c | 848 havestr = el_gets(el, &inputsz); in main() 865 wantstr = el_gets(el, &inputsz); in main()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 170 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
|
/freebsd/bin/sh/ |
H A D | input.c | 138 rl_cp = el_gets(el, &el_len); in preadfd()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 252 // Call el_gets to prompt the user and read the user's input. in readLine() 254 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
|
/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 317 if ((buf = el_gets(el, &count)) == NULL) { in DoInteractive()
|
/freebsd/usr.sbin/gstat/ |
H A D | gstat.c | 567 line = el_gets(el, &line_len); in main()
|
/freebsd/usr.sbin/pppctl/ |
H A D | pppctl.c | 256 result = el_gets(e, count); in SmartGets()
|
/freebsd/contrib/tnftp/src/ |
H A D | main.c | 688 buf = el_gets(el, &ch); in cmdscanner()
|
/freebsd/usr.bin/tftp/ |
H A D | main.c | 743 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 282 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1184 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
|
/freebsd/contrib/bc/src/ |
H A D | history.c | 280 line = el_gets(h->el, &len); in bc_history_line()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 67 #define el_wgets el_gets
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2318 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 8200 # do not try el_gets without a terminal library 8203 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for el_gets() with $TRY_LIB" >&5 8204 printf %s "checking for el_gets() with $TRY_LIB... " >&6; } 8211 char el_gets (); 8215 return el_gets (); 8231 *) # Use el_gets()
|
/freebsd/contrib/ntp/ |
H A D | configure | 17599 # do not try el_gets without a terminal library 17602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for el_gets() with $TRY_LIB" >&5 17603 printf %s "checking for el_gets() with $TRY_LIB... " >&6; } 17610 char el_gets (); 17614 return el_gets (); 17630 *) # Use el_gets()
|