Searched refs:emacs (Results 1 – 25 of 28) sorted by relevance
12
/external/llvm/utils/emacs/ |
D | README | 1 -*- llvm/utils/emacs/README -*- 9 your ~/.emacs : 12 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path)) 18 to your ~/.emacs: 21 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
|
/external/chromium_org/tools/gyp/tools/emacs/ |
D | README | 1 How to install gyp-mode for emacs: 3 Add the following to your ~/.emacs (replace ... with the path to your gyp 6 (setq load-path (cons ".../tools/emacs" load-path)) 9 Restart emacs (or eval-region the added lines) and you should be all set.
|
D | run-unit-tests.sh | 5 emacs --no-site-file --no-init-file --batch \
|
/external/libedit/src/ |
D | Makefile.am | 2 BUILT_SOURCES = vi.h emacs.h common.h fcns.h help.h fcns.c help.c 7 AHDR= vi.h emacs.h common.h 8 ASRC= $(srcdir)/vi.c $(srcdir)/emacs.c $(srcdir)/common.c 13 emacs.h: Makefile $(srcdir)/emacs.c 14 AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/emacs.c > $@ 40 libedit_la_SOURCES = chared.c common.c el.c emacs.c hist.c keymacro.c map.c chartype.c parse.c \
|
D | Makefile.in | 132 am__libedit_la_SOURCES_DIST = chared.c common.c el.c emacs.c hist.c \ 145 am_libedit_la_OBJECTS = chared.lo common.lo el.lo emacs.lo hist.lo \ 342 BUILT_SOURCES = vi.h emacs.h common.h fcns.h help.h fcns.c help.c \ 344 AHDR = vi.h emacs.h common.h 345 ASRC = $(srcdir)/vi.c $(srcdir)/emacs.c $(srcdir)/common.c 348 libedit_la_SOURCES = chared.c common.c el.c emacs.c hist.c keymacro.c \ 446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emacs.Plo@am__quote@ 741 emacs.h: Makefile $(srcdir)/emacs.c 742 AWK=$(AWK) sh $(srcdir)/makelist -h $(srcdir)/emacs.c > $@
|
D | map.h | 54 const el_action_t *emacs; /* The default emacs key map */ member
|
D | map.c | 912 el->el_map.emacs = el_map_emacs; in map_init() 947 el->el_map.emacs = NULL; in map_end() 1054 const el_action_t *emacs = el->el_map.emacs; in map_init_emacs() local 1061 key[i] = emacs[i]; in map_init_emacs()
|
D | chared.c | 124 if (el->el_map.current != el->el_map.emacs) { in c_delafter() 165 if (el->el_map.current != el->el_map.emacs) { in c_delbefore()
|
D | tty.c | 916 dmap = el->el_map.emacs; in tty_bind_char()
|
D | terminal.c | 1166 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs; in terminal_bind_arrow()
|
/external/chromium_org/third_party/icu/source/samples/ucnv/ |
D | data01.txt | 1 -*- Coding: utf-8 ; -*- // for emacs
|
/external/icu/icu4c/source/samples/ucnv/ |
D | data01.txt | 1 -*- Coding: utf-8 ; -*- // for emacs
|
/external/llvm/utils/ |
D | Makefile | 15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
/external/bison/m4/ |
D | configmake.m4 | 41 AC_SUBST([lispdir], ['${datarootdir}/emacs/site-lisp'])
|
D | fpending.m4 | 9 dnl Using code from emacs, based on suggestions from Paul Eggert
|
/external/mksh/src/ |
D | sh_flags.gen | 20 FN("emacs", FEMACS, OF_ANY, 0)
|
D | sh_flags.opt | 37 FN("emacs", FEMACS, OF_ANY
|
/external/clang/docs/ |
D | ClangFormat.rst | 119 :program:`emacs`. It can be found at `clang/tools/clang-format/clang-format.el` 120 and used by adding this to your `.emacs`:
|
/external/llvm/docs/TableGen/ |
D | index.rst | 33 Note that if you work on TableGen much, and use emacs or vim, that you can find 34 an emacs "TableGen mode" and a vim language file in the ``llvm/utils/emacs`` and
|
/external/ltrace/testsuite/ |
D | README | 241 (this is for editing this file with GNU emacs)
|
/external/valgrind/main/docs/internals/ |
D | howto_BUILD_KDE42.txt | 74 emacs mkspecs/common/g++.conf
|
/external/llvm/docs/ |
D | MakefileGuide.rst | 285 ``tags`` \ Make C and C++ tags files for emacs and vi. 427 is meant for use with emacs, XEmacs, or ViM. The TAGS file provides an index of
|
D | GettingStarted.rst | 1187 ``emacs/`` 1189 The ``emacs`` directory contains syntax-highlighting files which will work
|
/external/chromium_org/ |
D | WATCHLISTS | 680 'filepath': 'tools/emacs/',
|
/external/openssl/patches/ |
D | 0011-ecdhe_psk.patch | 326 /* Fool emacs indentation */
|
12