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

  /src/bin/ksh/
Makefile 12 SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \
16 DPSRCS= emacs.out siglist.out
37 # two steps to prevent the creation of a bogus emacs.out
38 CLEANFILES+= emacs.out emacs.out.tmp
39 emacs.out: emacs.c
42 ${HOST_SH} ${.CURDIR}/emacs-gen.sh ${.CURDIR}/emacs.c > emacs.out.tmp
    [all...]
  /src/sys/arch/next68k/
Makefile 32 emacs-etags -o ${ENEXT68K} ${SNEXT68K} ${SM68K} ${COMM}
33 emacs-etags -a -l none \
  /src/lib/libedit/
Makefile 17 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
79 CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp
87 AHDR=vi.h emacs.h common.h
88 ASRC=${LIBEDITDIR}/vi.c ${LIBEDITDIR}/emacs.c ${LIBEDITDIR}/common.c
103 emacs.h: emacs.c makelist Makefile
105 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/emacs.c \
map.h 55 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t
58 int type; /* Emacs or vi */
map.c 53 #include "emacs.h"
909 EL_ABORT((el->el_errfile, "Emacs map incorrect\n"));
922 el->el_map.emacs = el_map_emacs;
960 el->el_map.emacs = NULL;
1058 * Initialize the emacs bindings
1067 const el_action_t *emacs = el->el_map.emacs; local in function:map_init_emacs
1074 key[i] = emacs[i];
1098 if (wcscmp(editor, L"emacs") == 0) {
1121 *editor = L"emacs";
    [all...]
readline.c 361 /* set default mode to "emacs"-style and read setting afterwards */
363 el_set(e, EL_EDITOR, "emacs");
371 * to emacs-style.
chared.c 127 if (el->el_map.current != el->el_map.emacs) {
168 if (el->el_map.current != el->el_map.emacs) {
202 * Return if p is part of a word according to emacs
tty.c 66 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
913 dmap = el->el_map.emacs;
terminal.c 859 if (strcmp(term, "emacs") == 0)
1147 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
  /src/bin/sh/
option.list 76 // only one of vi/emacs can be set, hence the "set" definition, value
79 Eflag emacs E V # enable emacs style editing
  /src/tests/bin/sh/
t_option.sh 896 atf_set "descr" "Tests enabling vi disables emacs (and v.v - but why?)"\
  /src/share/terminfo/
terminfo 2871 # you can use the escape key in emacs and everything else which needs it.
2874 # it has a VT220 and will get fouled up coming out of emacs
2975 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
2978 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
3029 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
3032 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
4167 # Emacs compatibility mode (Meta Keys can be enabled for left/right ALT)
5099 # application. For instance, emacs decodes the first parameter of a
5426 # Emacs 26.1 and later support direct color mode in terminals, using a
5858 # X11R1's xterm also supported an "emacs" mouse protocol, with final characte
    [all...]

Completed in 26 milliseconds