Searched refs:emacs (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/lib/libedit/
H A DMakefile18 SRCS= chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
70 SRCS+= common.h emacs.h fcns.h func.h help.h vi.h
71 CLEANFILES+= common.h emacs.h fcns.h func.h help.h vi.h
75 AHDR= vi.h emacs.h common.h
76 ASRC= ${EDITDIR}/vi.c ${EDITDIR}/emacs.c ${EDITDIR}/common.c
80 .for hdr in vi emacs common
/freebsd-13-stable/contrib/libedit/
H A DMakefile17 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
73 CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp
81 AHDR=vi.h emacs.h common.h
82 ASRC=${LIBEDITDIR}/vi.c ${LIBEDITDIR}/emacs.c ${LIBEDITDIR}/common.c
97 emacs.h: emacs.c makelist Makefile
99 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/emacs.c \
H A Dmap.h55 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t
H A Dmap.c53 #include "emacs.h"
922 el->el_map.emacs = el_map_emacs;
957 el->el_map.emacs = NULL;
1055 * Initialize the emacs bindings
1064 const el_action_t *emacs = el->el_map.emacs; local
1071 key[i] = emacs[i];
1095 if (wcscmp(editor, L"emacs") == 0) {
1118 *editor = L"emacs";
H A Dchared.c127 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
H A Dtty.c66 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
913 dmap = el->el_map.emacs;
H A Dterminal.c860 if (strcmp(term, "emacs") == 0)
1148 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
/freebsd-13-stable/share/vt/keymaps/
H A DMakefile86 us.emacs.kbd \
/freebsd-13-stable/contrib/ntp/
H A DMakefile.am47 dot.emacs \
164 #dot.emacs: FRC.distwarn
H A DMakefile.in565 dot.emacs \
1172 #dot.emacs: FRC.distwarn
/freebsd-13-stable/libexec/bootpd/
H A DMakefile.UNIX75 -rm -f *.BAK *.CKP *~ .emacs*
/freebsd-13-stable/share/syscons/keymaps/
H A DMakefile52 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us.iso.acc.kbd \
/freebsd-13-stable/contrib/diff/lib/
H A Dstrftime.c340 #if defined emacs && !defined my_strftime
1321 #ifdef emacs
/freebsd-13-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch77 } # ' re-sync emacs fontification
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c2136 el_set(el, EL_EDITOR, "emacs");

Completed in 269 milliseconds