Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/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()
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_lineedit.c190 cline = el_gets(ntp_el, pcount); in ntp_readline()
/netbsd-src/lib/libedit/
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.c480 ret = el_gets(e, &count); in readline()
2140 const char *buf = el_gets(e, &count); in rl_callback_read_char()
/netbsd-src/lib/libedit/TEST/
H A Dtc1.c175 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
/netbsd-src/external/bsd/bc/dist/
H A Dscan.l98 bcel_line = el_gets(edit, &bcel_len); in bcel_input()
/netbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.c177 if (((elline = el_gets(elptr, &scratch)) != NULL) in cmdscanner()
/netbsd-src/usr.sbin/crash/
H A Dcrash.c266 el = el_gets(elptr, &cnt); in db_readline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/netbsd-src/usr.bin/ftp/
H A Dmain.c710 buf = el_gets(el, &ch); in cmdscanner()
/netbsd-src/usr.bin/mail/
H A Dcomplete.c1149 buf = el_gets(em->el, &cnt); in my_gets()
/netbsd-src/bin/csh/
H A Dlex.c1481 if ((p = el_gets(el, &d)) != NULL) { in bgetc()
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c299 if (((elline = el_gets(elptr, &scratch)) != NULL) in main()
/netbsd-src/sbin/fsdb/
H A Dfsdb.c376 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c2334 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()