Searched refs:editline (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A DMakefile16 MAN= editline.3 editrc.5
18 MLINKS= editline.3 el_deletestr.3 editline.3 el_end.3 editline.3 el_init.3 \
19 editline.3 el_get.3 editline.3 el_getc.3 editline.3 el_gets.3 \
20 editline.3 history.3 editline.3 history_end.3 \
21 editline
[all...]
H A Del.h111 struct editline { struct
H A Dhistedit.h55 typedef struct editline EditLine;
102 * Parses argc, argv array and executes builtin editline commands
107 * Low level editline access functions
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp71 // only defined for newer versions of editline
103 // that can happen when you have more input than editline can handle
121 // during the call to el_end() since we expect to have multiple editline
496 Editline *editline = NULL; local
497 if (e && ::el_get(e, EL_CLIENTDATA, &editline) == 0)
498 return editline;
564 Editline *editline = GetClientData (e); local
565 if (editline->m_lines_curr_line > 1)
567 editline->m_lines_command = Command::EditPrevLine;
575 Editline *editline local
587 Editline *editline = GetClientData (e); local
596 Editline *editline = GetClientData (e); local
631 Editline *editline = GetClientData (e); local
640 Editline *editline = GetClientData (e); local
[all...]
/freebsd-10.1-release/usr.bin/csup/
H A Ddiff.c59 lineno_t editline; member in struct:editcmd
137 ec.editline++;
168 long editline, endline, firstoutputlinedeleted; local
173 editline = 0;
198 ec->editline = editline;
201 editline = ec->editline;
394 while (ec->editline < to) {
398 ec->editline
[all...]
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c153 * added an initializatin of the variables editline and linecorr
218 static long editline; /* edit line counter; #lines before cursor */ variable
220 /*used to correct editline in case file is not rewound after */
502 editline = 0; linecorr = 0;
551 # define copylines(upto,delta) (editline = (upto))
559 * Copy input lines editline+1..upto from fedit to fcopy.
561 * editline is updated. Rewinds a file only if necessary.
569 if (upto < editline) {
576 if (editline < upto)
581 } while (++editline < upt
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DEditline.h34 /// @brief A class that encapsulates editline functionality.
40 Editline *editline,
123 // will set the getc callback in the editline
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h443 LineCompletedCallback (Editline *editline,
/freebsd-10.1-release/contrib/sqlite3/
H A Dshell.c49 # include <editline/editline.h>
/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c2005 fatal("Couldn't initialise editline");
2007 fatal("Couldn't initialise editline history");
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp441 IOHandlerEditline::LineCompletedCallback (Editline *editline, argument
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure1611 --with-lineeditlibs edit,editline (readline may be specified if desired)
8581 use_lineeditlibs="edit,editline"

Completed in 389 milliseconds