Home
last modified time | relevance | path

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

/dragonfly/lib/libedit/libedit/
HDSymbolm.map6 el_gets;
/dragonfly/contrib/libedit/src/
HDhistedit.h95 const char *el_gets(EditLine *, int *);
HDeln.c71 el_gets(EditLine *el, int *nread) in el_gets() function
HDreadline.c482 ret = el_gets(e, &count); in readline()
2134 const char *buf = el_gets(e, &count); in rl_callback_read_char()
/dragonfly/usr.bin/units/
HDunits.c771 havestr = el_gets(el, &inputsz); in main()
783 wantstr = el_gets(el, &inputsz); in main()
/dragonfly/usr.bin/bc/
HDscan.l336 if ((bp = el_gets(el, &num)) == NULL || num == 0)
/dragonfly/usr.sbin/lpr/lpc/
HDlpc.c170 if ((bp = el_gets(el, &num)) == NULL || num == 0) in cmdscanner()
/dragonfly/bin/sh/
HDinput.c146 rl_cp = el_gets(el, &el_len); in preadfd()
/dragonfly/usr.sbin/pppctl/
HDpppctl.c188 result = setjmp(pppdead) ? NULL : el_gets(e, count); in smartgets()
/dragonfly/usr.bin/tftp/
HDmain.c598 if ((bp = el_gets(el, &num)) == NULL || num == 0) in command()
/dragonfly/sbin/fsdb/
HDfsdb.c229 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
/dragonfly/contrib/tnftp/src/
HDmain.c697 buf = el_gets(el, &ch); in cmdscanner()
/dragonfly/usr.sbin/cdcontrol/
HDcdcontrol.c1167 if ((bp = el_gets(el, &num)) == NULL || num == 0) { in input()
/dragonfly/crypto/openssh/
HDsftp.c2322 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()
/dragonfly/
HDMakefile_upgrade.inc2293 TO_REMOVE+=/usr/share/man/man3/el_gets.3.gz