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

/freebsd-11-stable/lib/libedit/
H A DMakefile15 OSRCS= chared.c common.c el.c eln.c emacs.c fcns.c filecomplete.c help.c \
35 SRCS+= common.h emacs.h fcns.h help.h vi.h
43 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
48 AHDR= vi.h emacs.h common.h
49 ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c
53 .for hdr in vi emacs common
81 common.h emacs.h fcns.c fcns.h help.c help.h vi.h
H A Dmap.h55 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t
H A Dmap.c919 el->el_map.emacs = el_map_emacs;
954 el->el_map.emacs = NULL;
1052 * Initialize the emacs bindings
1061 const el_action_t *emacs = el->el_map.emacs; local
1068 key[i] = emacs[i];
1092 if (Strcmp(editor, STR("emacs")) == 0) {
1115 *editor = STR("emacs");
H A Dchared.c130 if (el->el_map.current != el->el_map.emacs) {
171 if (el->el_map.current != el->el_map.emacs) {
205 * Return if p is part of a word according to emacs
H A Dtty.c67 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
913 dmap = el->el_map.emacs;
H A Dterminal.c896 if (strcmp(term, "emacs") == 0)
1182 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
/freebsd-11-stable/share/vt/keymaps/
H A DMakefile87 us.emacs.kbd \
/freebsd-11-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-11-stable/libexec/bootpd/
H A DMakefile.UNIX75 -rm -f *.BAK *.CKP *~ .emacs*
/freebsd-11-stable/share/syscons/keymaps/
H A DMakefile51 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us.iso.acc.kbd
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c47 # if defined STDC_HEADERS && !defined emacs
112 /* The `emacs' switch turns on certain matching commands
114 # ifdef emacs
120 # else /* not emacs */
182 # endif /* not emacs */
264 # ifndef emacs
301 # endif /* emacs */
522 /* Succeeds if at beginning of buffer (if emacs) or at beginning
596 # ifdef emacs
607 # endif /* emacs */
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c47 # if defined STDC_HEADERS && !defined emacs
112 /* The `emacs' switch turns on certain matching commands
114 # ifdef emacs
120 # else /* not emacs */
182 # endif /* not emacs */
264 # ifndef emacs
301 # endif /* emacs */
522 /* Succeeds if at beginning of buffer (if emacs) or at beginning
596 # ifdef emacs
607 # endif /* emacs */
[all...]
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c340 #if defined emacs && !defined my_strftime
1321 #ifdef emacs
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch77 } # ' re-sync emacs fontification
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c2059 el_set(el, EL_EDITOR, "emacs");

Completed in 313 milliseconds