HomeSort by: relevance | last modified time | path
    Searched refs:el_gets (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
ntp_lineedit.c 190 cline = el_gets(ntp_el, pcount);
236 * ntp_prompt_callback - return prompt string to el_gets()
  /src/lib/libedit/
histedit.h 95 const char *el_gets(EditLine *, int *);
Makefile 35 editline.3 el_gets.3 \
eln.c 71 el_gets(EditLine *el, int *nread) function
readline.c 93 * libedit fashion: set handlers on entry to el_gets() and clear them
481 ret = el_gets(e, &count);
2151 const char *buf = el_gets(e, &count);
  /src/external/bsd/bc/dist/
scan.l 98 bcel_line = el_gets(edit, &bcel_len);
  /src/lib/libedit/TEST/
tc1.c 175 while ((buf = el_gets(el, &num)) != NULL && num != 0) {
  /src/usr.sbin/lpr/lpc/
lpc.c 177 if (((elline = el_gets(elptr, &scratch)) != NULL)
  /src/usr.sbin/crash/
crash.c 266 el = el_gets(elptr, &cnt);
  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 257 // Call el_gets to prompt the user and read the user's input.
259 const char *Line = ::el_gets(Data->EL, &LineLen);
  /src/bin/sh/
input.c 199 rl_cp = el_gets(el, &el_len);
  /src/usr.bin/ftp/
main.c 705 buf = el_gets(el, &ch);
  /src/usr.bin/mail/
complete.c 1078 * Our public interface to el_gets():
1084 * Displays prompt, calls el_gets() and deals with history.
1086 * without the trailing newline, or NULL if el_gets() sees is an
1144 * Let el_gets() deal with flow control. Also, make sure we
1145 * output a ^C when we get a SIGINT as el_gets() doesn't echo
1149 buf = el_gets(em->el, &cnt);
  /src/bin/csh/
lex.c 1481 if ((p = el_gets(el, &d)) != NULL) {
  /src/sbin/fsdb/
fsdb.c 376 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) {
  /src/usr.bin/cdplay/
cdplay.c 299 if (((elline = el_gets(elptr, &scratch)) != NULL)
  /src/crypto/external/bsd/openssh/dist/
sftp.c 2364 if ((line = el_gets(el, &count)) == NULL ||
  /src/external/bsd/ntp/dist/sntp/
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()
  /src/external/bsd/ntp/dist/
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()

Completed in 86 milliseconds