Searched refs:el_gets (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/lib/libedit/libedit/ |
| HD | Symbolm.map | 6 el_gets;
|
| /dragonfly/contrib/libedit/src/ |
| HD | histedit.h | 95 const char *el_gets(EditLine *, int *);
|
| HD | eln.c | 71 el_gets(EditLine *el, int *nread) in el_gets() function
|
| HD | readline.c | 482 ret = el_gets(e, &count); in readline() 2134 const char *buf = el_gets(e, &count); in rl_callback_read_char()
|
| /dragonfly/usr.bin/units/ |
| HD | units.c | 771 havestr = el_gets(el, &inputsz); in main() 783 wantstr = el_gets(el, &inputsz); in main()
|
| /dragonfly/usr.bin/bc/ |
| HD | scan.l | 336 if ((bp = el_gets(el, &num)) == NULL || num == 0)
|
| /dragonfly/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 170 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
|
| /dragonfly/bin/sh/ |
| HD | input.c | 146 rl_cp = el_gets(el, &el_len); in preadfd()
|
| /dragonfly/usr.sbin/pppctl/ |
| HD | pppctl.c | 188 result = setjmp(pppdead) ? NULL : el_gets(e, count); in smartgets()
|
| /dragonfly/usr.bin/tftp/ |
| HD | main.c | 598 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
|
| /dragonfly/sbin/fsdb/ |
| HD | fsdb.c | 229 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
|
| /dragonfly/contrib/tnftp/src/ |
| HD | main.c | 697 buf = el_gets(el, &ch); in cmdscanner()
|
| /dragonfly/usr.sbin/cdcontrol/ |
| HD | cdcontrol.c | 1167 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
|
| /dragonfly/crypto/openssh/ |
| HD | sftp.c | 2322 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
|
| /dragonfly/ |
| HD | Makefile_upgrade.inc | 2293 TO_REMOVE+=/usr/share/man/man3/el_gets.3.gz
|