| /netbsd-src/lib/libedit/ |
| H A D | Makefile | 22 MAN= editline.3 editrc.5 editline.7 31 editline.3 el_deletestr.3 \ 32 editline.3 el_end.3 \ 33 editline.3 el_get.3 \ 34 editline.3 el_getc.3 \ 35 editline.3 el_gets.3 \ 36 editline.3 el_init.3 \ 37 editline.3 el_init_fd.3 \ 38 editline.3 el_insertstr.3 \ 39 editline.3 el_line.3 \ [all …]
|
| H A D | el.h | 112 struct editline { struct 113 el_progeditline global() argument 114 el_infileeditline global() argument 115 el_outfileeditline global() argument 116 el_errfileeditline global() argument 117 el_infdeditline global() argument 118 el_outfdeditline global() argument 119 el_errfdeditline global() argument 120 el_flagseditline global() argument 121 el_cursoreditline global() argument 122 el_displayeditline global() argument 123 el_vdisplayeditline global() argument 124 el_dataeditline global() argument 125 el_lineeditline global() argument 126 el_stateeditline global() argument 127 el_terminaleditline global() argument 128 el_ttyeditline global() argument 129 el_refresheditline global() argument 130 el_prompteditline global() argument 131 el_rprompteditline global() argument 132 el_literaleditline global() argument 133 el_charededitline global() argument 134 el_mapeditline global() argument 135 el_keymacroeditline global() argument 136 el_historyeditline global() argument 137 el_searcheditline global() argument 138 el_signaleditline global() argument 139 el_readeditline global() argument 140 el_visualeditline global() argument 141 el_scratcheditline global() argument 142 el_lgcyconveditline global() argument 143 el_lgcylinfoeditline global() argument
|
| H A D | histedit.h | 57 typedef struct editline EditLine;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | configure.ac | 7 # --enable-editline 38 # --enable-editline 42 # still enabled, the script searches for editline first and automatically 44 # user must pass "--disable-editline". To disable command line editing 45 # support altogether, "--disable-editline --disable-readline". 51 AC_ARG_ENABLE(editline, [AS_HELP_STRING([--enable-editline],[use BSD libedit])]) optenable 55 AC_CHECK_HEADERS([editline/readline.h],[ 59 AC_DEFINE([HAVE_EDITLINE],1,Define to use BSD editline)
|
| H A D | configure | 1461 --enable-editline use BSD libedit 13850 for ac_header in editline/readline.h
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcsedit.c | 221 static long editline; /* edit line counter; #lines before cursor */ variable 505 editline = 0; linecorr = 0; 554 # define copylines(upto,delta) (editline = (upto)) 572 if (upto < editline) { 579 if (editline < upto) 584 } while (++editline < upto); 592 } while (++editline < upto); 637 ++editline; in copystring() 646 editline += amidline; in copystring() 667 editline = linecorr = 0; in enterstring() [all …]
|
| H A D | ChangeLog | 1269 * rcsedit.c: added an initialization of the variables editline and
|
| /netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
| H A D | ntp_lineeditlibs.m4 | 7 [edit,editline (readline may be specified if desired)] 10 [use_lineeditlibs="edit,editline"]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | configure.ac | 297 editline/readline.h \ 316 #include <editline/readline.h> 318 ],-ledit,,, READLINE,, [readline.h readline/readline.h editline/readline.h])
|
| H A D | NEWS | 438 - Replace editline with libedit
|
| H A D | ChangeLog.1998 | 1958 * lib/editline/sysunix.c: sgtty-support from Luke Howard 2822 * lib: Added editline,sl,roken.
|
| H A D | ChangeLog.2005 | 1455 still be there, but claim that we no longer use it. Mark editline
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | ack.texi | 28 @code{editline} was written by Simmule Turner and Rich Salz. Heimdal
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | build.inc.rst | 144 the ``libedit`` library (https://www.thrysoee.dk/editline/) must be
|
| /netbsd-src/external/mpl/bind/dist/ |
| H A D | configure.ac | 1029 # editline is not included in pairwise testing as the library 1047 [AC_DEFINE([HAVE_READLINE_EDITLINE], [1], [Build with editline support.])], 1055 [editline], 1057 [AC_DEFINE([HAVE_READLINE_EDITLINE], [1], [Build with editline support])])],
|
| H A D | config.h.in | 335 /* Build with editline support */
|
| H A D | configure | 24930 # editline is not included in pairwise testing as the library 25574 editline) :
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 899 editline
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
| H A D | config.h.in | 324 /* Define to 1 if you have the <editline/readline.h> header file. */
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | ChangeLog | 567 * krb-readline.m4: also add LIB_tgetent in the case of editline
|