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

/freebsd-10.0-release/lib/libedit/
H A DMakefile9 OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
33 SRCS+= common.h emacs.h fcns.h help.h vi.h
34 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
46 AHDR= vi.h emacs.h common.h
47 ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c
49 .for hdr in vi emacs common
71 common.h emacs.h fcns.c fcns.h help.c help.h vi.h
H A Dmap.h54 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t
H A Dmap.c912 el->el_map.emacs = el_map_emacs;
948 el->el_map.emacs = NULL;
1046 * Initialize the emacs bindings
1055 const el_action_t *emacs = el->el_map.emacs; local
1062 key[i] = emacs[i];
1086 if (strcmp(editor, "emacs") == 0) {
1109 *editor = "emacs";
H A Dchared.c123 if (el->el_map.current != el->el_map.emacs) {
164 if (el->el_map.current != el->el_map.emacs) {
198 * Return if p is part of a word according to emacs
402 * Go to the end of this word according to emacs
H A Dtty.c57 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
858 dmap = el->el_map.emacs;
H A Dterm.c911 if (strcmp(term, "emacs") == 0)
1202 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
/freebsd-10.0-release/share/syscons/keymaps/
H A DMakefile51 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us.iso.acc.kbd
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh843 if (-X emacs) then
847 #set _emacs_ver=`emacs --version | sed -e 's%GNU Emacs %%' -e q | cut -d . -f1-2`
849 set _emacs_dir=`which emacs | sed s%/bin/emacs%%`
850 complete emacs c/--/"(batch terminal display no-windows no-init-file \
856 n@{-l,--load}@F:$_emacs_dir/share/emacs/$_emacs_ver/lisp@ \
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/diff/lib/
H A Dstrftime.c340 #if defined emacs && !defined my_strftime
1321 #ifdef emacs
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch77 } # ' re-sync emacs fontification
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
/freebsd-10.0-release/contrib/texinfo/util/
H A Dtexindex.c26 #if defined (emacs)
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c1940 el_set(el, EL_EDITOR, "emacs");
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src2275 # you can use the escape key in emacs and everything else which needs it.
2278 # it has a vt220 and will get fouled up coming out of emacs
3100 # application. For instance, emacs decodes the first parameter of a
4346 eterm|gnu emacs term.el terminal emulation,
4736 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs,
5820 # This entry supports emacs (and any other program that uses raw
8006 # The :xp: line below is so that emacs can understand the padding requirements
8446 # emacs can't work at speed greater than 9600 baud. No padding is needed at
8495 # GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
9379 # Please send changes with explanations to bug-gnu-emacs
[all...]

Completed in 314 milliseconds