Home
last modified time | relevance | path

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

/freebsd/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/contrib/ntp/libntp/
H A Dntp_lineedit.c188 cline = el_gets(ntp_el, pcount); in ntp_readline()
/freebsd/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.c478 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 DMakefile29 editline.3 el_gets.3 \
/freebsd/contrib/libedit/TEST/
H A Dtc1.c175 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
/freebsd/usr.bin/units/
H A Dunits.c848 havestr = el_gets(el, &inputsz); in main()
865 wantstr = el_gets(el, &inputsz); in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c170 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
/freebsd/bin/sh/
H A Dinput.c138 rl_cp = el_gets(el, &el_len); in preadfd()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp252 // 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 Dmain.c317 if ((buf = el_gets(el, &count)) == NULL) { in DoInteractive()
/freebsd/usr.sbin/gstat/
H A Dgstat.c567 line = el_gets(el, &line_len); in main()
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c256 result = el_gets(e, count); in SmartGets()
/freebsd/contrib/tnftp/src/
H A Dmain.c688 buf = el_gets(el, &ch); in cmdscanner()
/freebsd/usr.bin/tftp/
H A Dmain.c743 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
/freebsd/sbin/fsdb/
H A Dfsdb.c282 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1184 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
/freebsd/contrib/bc/src/
H A Dhistory.c280 line = el_gets(h->el, &len); in bc_history_line()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp67 #define el_wgets el_gets
/freebsd/crypto/openssh/
H A Dsftp.c2318 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
/freebsd/contrib/ntp/sntp/
H A Dconfigure8200 # 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 Dconfigure17599 # 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()