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

  /src/usr.bin/ftp/
complete.c 95 if (el_insertstr(el, insertstr) == -1)
114 if (el_insertstr(el, insertstr) == -1)
150 if (el_insertstr(el, " ") == -1)
232 if (el_insertstr(el, suffix) == -1)
262 if (el_insertstr(el, " ") == -1)
  /src/lib/libedit/
histedit.h 183 int el_insertstr(EditLine *, const char *);
readline.c 1972 el_insertstr(e, arr);
2090 if (el_insertstr(e, text) < 0)
2254 el_insertstr(e, buf);
Makefile 38 editline.3 el_insertstr.3 \
eln.c 393 el_insertstr(EditLine *el, const char *str) function
  /src/usr.bin/mail/
complete.c 263 if (el_insertstr(el, insertstr) == -1)
283 if (el_insertstr(el, insertstr) == -1)
320 if (el_insertstr(el, " ") == -1)
416 if (el_insertstr(el, suffix) == -1)
537 if (el_insertstr(el, " ") == -1)
621 if (el_insertstr(el, " ") == -1)
  /src/lib/libedit/TEST/
tc1.c 109 if (el_insertstr(el, &dp->d_name[len]) == -1)
  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 150 ::el_insertstr(EL, Action.Text.c_str());
  /src/crypto/external/bsd/openssh/dist/
sftp.c 1995 if (el_insertstr(el, tmp + cmdlen) == -1)
1996 fatal("el_insertstr failed.");
2006 if (y > 0 && el_insertstr(el, argterm) == -1)
2007 fatal("el_insertstr failed.");
2135 if (el_insertstr(el, ins) == -1)
2136 fatal("el_insertstr "
2142 if (el_insertstr(el, ins + 1) == -1)
2143 fatal("el_insertstr failed.");
2158 if (i > 0 && el_insertstr(el, ins) == -1)
2159 fatal("el_insertstr failed.")
    [all...]

Completed in 25 milliseconds