Searched refs:el_gets (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_lineedit.c188 cline = el_gets(ntp_el, pcount);
234 * ntp_prompt_callback - return prompt string to el_gets()
/freebsd-11-stable/lib/libedit/
H A Dhistedit.h96 const char *el_gets(EditLine *, int *);
H A DMakefile22 editline.3 el_get.3 editline.3 el_getc.3 editline.3 el_gets.3 \
H A Deln.c74 el_gets(EditLine *el, int *nread) function
H A Dreadline.c90 * libedit fashion: set handlers on entry to el_gets() and clear them
455 ret = el_gets(e, &count);
1990 const char *buf = el_gets(e, &count);
/freebsd-11-stable/lib/libedit/TEST/
H A Dtc1.c176 while ((buf = el_gets(el, &num)) != NULL && num != 0) {
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c182 if ((bp = el_gets(el, &num)) == NULL || num == 0)
/freebsd-11-stable/bin/sh/
H A Dinput.c144 rl_cp = el_gets(el, &el_len);
/freebsd-11-stable/usr.bin/units/
H A Dunits.c856 havestr = el_gets(el, &inputsz);
873 wantstr = el_gets(el, &inputsz);
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c437 line = el_gets(el, &line_len);
439 err(1, "el_gets");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp257 // Call el_gets to prompt the user and read the user's input.
259 const char *Line = ::el_gets(Data->EL, &LineLen);
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c238 * can be blocked in el_gets().
320 if ((buf = el_gets(el, &count)) == NULL) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c678 buf = el_gets(el, &ch);
/freebsd-11-stable/usr.sbin/pppctl/
H A Dpppctl.c72 static jmp_buf pppdead; /* Jump the Terminal thread out of el_gets() */
239 * This is a simple wrapper for el_gets(), allowing our SIGUSR1 signal
257 result = el_gets(e, count);
271 * While reading the terminal (using el_gets()), it's possible to take
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c735 if ((bp = el_gets(el, &num)) == NULL || num == 0)
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c248 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) {
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1186 if ((bp = el_gets(el, &num)) == NULL || num == 0) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp80 #define el_wgets el_gets
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c2145 if ((line = el_gets(el, &count)) == NULL ||
/freebsd-11-stable/contrib/ntp/
H A Dconfigure16999 # do not try el_gets without a terminal library
17002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_gets() with $TRY_LIB" >&5
17003 $as_echo_n "checking for el_gets() with $TRY_LIB... " >&6; }
17013 char el_gets ();
17017 return el_gets ();
17032 *) # Use el_gets()
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure7673 # do not try el_gets without a terminal library
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for el_gets() with $TRY_LIB" >&5
7677 $as_echo_n "checking for el_gets() with $TRY_LIB... " >&6; }
7687 char el_gets ();
7691 return el_gets ();
7706 *) # Use el_gets()

Completed in 433 milliseconds