Home
last modified time | relevance | path

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

12

/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 Dedit.expsym24 el_gets
H A Dhistedit.h95 const char *el_gets(EditLine *, int *);
H A DMakefile35 editline.3 el_gets.3 \
H A Deln.c71 el_gets(EditLine *el, int *nread) in el_gets() function
H A Dreadline.c481 ret = el_gets(e, &count); in readline()
2141 const char *buf = el_gets(e, &count); in rl_callback_read_char()
H A DChangeLog2481 * eln.c: make el_gets() return the number of characters read in
3377 window size changes (SIGWINCH). Return NULL if el_gets() gets
3533 * editline.3: note that the return value of el_gets doesn't remain
3648 * editline.3, read.c: make el_gets set the count to -1 on error to
4136 strings each time we enter el_gets(), otherwise el_push() is
4328 el_gets(). (eg /bin/sh)
4631 unbuffered mode to el_gets(), but that was a minor change.
5825 every invocation of el_gets, but remember if the tty setup
5853 * readline.c: el_gets() takes an int *, not a size_t *.
5865 * read.c: Make el_gets() work when the input is not a tty.
/freebsd/lib/libedit/
H A DMakefile26 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.c140 rl_cp = el_gets(el, &el_len); in preadfd()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp260 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/freebsd/usr.sbin/gstat/
H A Dgstat.c567 line = el_gets(el, &line_len); in main()
/freebsd/usr.sbin/ngctl/
H A Dmain.c352 if ((buf = el_gets(el, &count)) == NULL) { in DoInteractive()
/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.c270 line = el_gets(h->el, &len); in bc_history_line()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp70 #define el_wgets el_gets
/freebsd/crypto/openssh/
H A Dsftp.c2339 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()

12