OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_gets
(Results
1 - 13
of
13
) sorted by relevancy
/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 in typeref:typename:const char *
readline.c
92
* libedit fashion: set handlers on entry to
el_gets
() and clear them
480
ret =
el_gets
(e, &count);
2140
const char *buf =
el_gets
(e, &count);
/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/bin/sh/
input.c
199
rl_cp =
el_gets
(el, &el_len);
/src/usr.bin/ftp/
main.c
710
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/usr.bin/cdplay/
cdplay.c
299
if (((elline =
el_gets
(elptr, &scratch)) != NULL)
/src/sbin/fsdb/
fsdb.c
376
while ((elline =
el_gets
(elptr, &scratch)) != NULL && scratch != 0) {
Completed in 34 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025