Searched refs:emacs (Results 1 – 25 of 39) 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/swiftshader/third_party/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/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/icu/icu4c/source/samples/ucnv/ |
D | data01.txt | 1 -*- Coding: utf-8 ; -*- // for emacs
|
/external/swiftshader/third_party/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/syslinux/doc/ |
D | CodingStyle.txt | 475 user helper that "GNU emacs" automatically formats the C sources for 478 typing - an infinite number of monkeys typing into GNU emacs would never 481 So, you can either get rid of GNU emacs, or change it to use saner 482 values. To do the latter, you can stick the following in your .emacs file: 513 This will make emacs go better with the kernel coding style for C 516 But even if you fail in getting emacs to do sane formatting, not 519 Now, again, GNU indent has the same brain-dead settings that GNU emacs 781 indicated with special markers. For example, emacs interprets lines marked
|
/external/clang/docs/ |
D | ClangFormat.rst | 128 :program:`emacs`. It can be found at `clang/tools/clang-format/clang-format.el` 129 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/mksh/src/ |
D | sh_flags.gen | 40 FN("emacs", FEMACS, OF_ANY, 0)
|
D | sh_flags.opt | 56 FN("emacs", FEMACS, OF_ANY
|
/external/valgrind/docs/internals/ |
D | qemu-aarch64-linux-HOWTO.txt | 100 apt-get install make gcc g++ automake autoconf emacs subversion gdb
|
D | qemu-mips64-linux-HOWTO.txt | 104 apt-get install make g++ gcc subversion emacs gdb automake autoconf
|
D | howto_BUILD_KDE42.txt | 74 emacs mkspecs/common/g++.conf
|
/external/libxml2/doc/ |
D | docdescr.doc | 46 libxml-doc.el Control script for displaying docs under emacs
|
/external/python/cpython2/Doc/using/ |
D | mac.rst | 72 :program:`emacs` among them. If you want a more Mac-like editor,
|
/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 6 # single 'emacs style' multi-keystoke binding. The tk event specifier 'Key'
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | dumpICUrules.bat | 192 next if (/~$/); # Ignore emacs backups
|
12