/external/libedit/src/ |
map.h | 54 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t 57 int type; /* Emacs or vi */
|
map.c | 899 EL_ABORT((el->errfile, "Emacs map incorrect\n")); 912 el->el_map.emacs = el_map_emacs; 1054 const el_action_t *emacs = el->el_map.emacs; local [all...] |
chared.c | 124 if (el->el_map.current != el->el_map.emacs) { 165 if (el->el_map.current != el->el_map.emacs) { 199 * Return if p is part of a word according to emacs
|
tty.c | 62 el_action_t bind[3]; /* emacs, vi, and vi-cmd */ 916 dmap = el->el_map.emacs; [all...] |
terminal.c | 880 if (strcmp(term, "emacs") == 0) 1166 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs; [all...] |
/external/llvm/utils/ |
Makefile | 15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
|
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 35 #ifdef emacs 46 #ifdef emacs 49 -- this is for usg, in which emacs must undefine static 58 #endif /* emacs */ 80 /* Different portions of Emacs need to call different versions of 81 malloc. The Emacs executable needs alloca to call xmalloc, because 86 Non-Emacs programs expect this to call use xmalloc. 90 #ifndef emacs 187 #ifdef emacs 206 #ifdef emacs [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
complete-ant-cmd.pl | 63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
insns12.s | 23 emacs _foo ; Wonderful, Emacs as a single instruction!
|
insns12.d | 42 0+2d <special_test> emacs 0x0+ <call_test>
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
a0.go | 13 // emacs modes that remove trailing whitespace).
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
a0.go | 13 // emacs modes that remove trailing whitespace).
|
/toolchain/binutils/binutils-2.25/libiberty/ |
regex.c | 47 # if defined STDC_HEADERS && !defined emacs 51 /* We need this for `regex.h', and perhaps for the Emacs include files. */ 114 /* The `emacs' switch turns on certain matching commands 115 that make sense only in Emacs. */ 116 # ifdef emacs 122 # else /* not emacs */ 124 /* If we are not linking with Emacs proper, 136 /* When used in Emacs's lib-src, we need to get bzero and bcopy somehow. 184 # endif /* not emacs */ 266 # ifndef emacs [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nlmheader.y | 872 versions of the emacs next-error function can't recognize the line
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
dumpICUrules.bat | 188 next if (/~$/); # Ignore emacs backups
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
modulegraph.py | 99 _strs = re.compile(r'''^\s*["']([A-Za-z0-9_]+)["'],?\s*''') # "<- emacs happy [all...] |
/toolchain/binutils/binutils-2.25/texinfo/ |
texinfo.tex | [all...] |