| /src/bin/ksh/ |
| Makefile | 12 SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ 16 DPSRCS= emacs.out siglist.out 37 # two steps to prevent the creation of a bogus emacs.out 38 CLEANFILES+= emacs.out emacs.out.tmp 39 emacs.out: emacs.c 42 ${HOST_SH} ${.CURDIR}/emacs-gen.sh ${.CURDIR}/emacs.c > emacs.out.tmp [all...] |
| /src/external/gpl2/libmalloc/dist/ |
| vm-limit.c | 25 #ifdef emacs 30 #ifndef emacs
|
| mem-limits.h | 63 #ifdef emacs 95 #else /* Not emacs */ 98 #endif /* Not emacs */
|
| realloc.c | 33 /* Snarfed directly from Emacs src/dispnew.c: 35 #ifndef emacs 91 #endif /* Not emacs. */
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| alloca.c | 33 #ifdef emacs 51 # ifdef emacs 54 -- this is for usg, in which emacs must undefine static 65 # endif /* emacs */ 148 # ifdef emacs 167 # ifdef emacs
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| alloca.c | 33 #ifdef emacs 51 # ifdef emacs 54 -- this is for usg, in which emacs must undefine static 65 # endif /* emacs */ 148 # ifdef emacs 167 # ifdef emacs
|
| /src/sys/arch/next68k/ |
| Makefile | 32 emacs-etags -o ${ENEXT68K} ${SNEXT68K} ${SM68K} ${COMM} 33 emacs-etags -a -l none \
|
| /src/lib/libedit/ |
| Makefile | 17 SRCS = chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \ 79 CLEANFILES+=common.h.tmp emacs.h.tmp fcns.h.tmp func.h.tmp 87 AHDR=vi.h emacs.h common.h 88 ASRC=${LIBEDITDIR}/vi.c ${LIBEDITDIR}/emacs.c ${LIBEDITDIR}/common.c 103 emacs.h: emacs.c makelist Makefile 105 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/emacs.c \
|
| map.h | 55 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t 58 int type; /* Emacs or vi */
|
| map.c | 53 #include "emacs.h" 909 EL_ABORT((el->el_errfile, "Emacs map incorrect\n")); 922 el->el_map.emacs = el_map_emacs; 962 el->el_map.emacs = NULL; 1066 * Initialize the emacs bindings 1075 const el_action_t *emacs = el->el_map.emacs; local 1082 key[i] = emacs[i]; 1108 if (wcscmp(editor, L"emacs") == 0) { 1131 *editor = L"emacs"; [all...] |
| /src/external/gpl2/diffutils/dist/lib/ |
| alloca.c | 37 #ifdef emacs 48 # ifdef emacs 51 -- this is for usg, in which emacs must undefine static 60 # endif /* emacs */ 82 /* Different portions of Emacs need to call different versions of 83 malloc. The Emacs executable needs alloca to call xmalloc, because 88 Non-Emacs programs expect this to call xmalloc. 92 # ifndef emacs 190 # ifdef emacs 209 # ifdef emacs [all...] |
| /src/external/gpl2/gmake/dist/ |
| 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...] |
| /src/external/gpl2/grep/dist/lib/ |
| alloca.c | 37 #ifdef emacs 48 # ifdef emacs 51 -- this is for usg, in which emacs must undefine static 60 # endif /* emacs */ 82 /* Different portions of Emacs need to call different versions of 83 malloc. The Emacs executable needs alloca to call xmalloc, because 88 Non-Emacs programs expect this to call xmalloc. 92 # ifndef emacs 189 # ifdef emacs 208 # ifdef emacs [all...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| elisp-comp | 40 Emacs, and put the resulting '.elc' files into the current directory, 43 This script manages in such a way that all Emacs LISP files to 57 if test -z "$EMACS" || test "$EMACS" = "t"; then 58 # Value of "t" means we are running in a shell under Emacs. 59 # Just assume Emacs is called "emacs". 60 EMACS=emacs 79 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $ [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| getopt1.c | 21 #if defined (emacs) || defined (CONFIG_BROKETS)
|
| getopt.c | 38 #if defined (emacs) || defined (CONFIG_BROKETS)
|
| /src/external/gpl2/texinfo/dist/lib/ |
| alloca.c | 35 #ifdef emacs 53 # ifdef emacs 56 -- this is for usg, in which emacs must undefine static 67 # endif /* emacs */ 171 # ifdef emacs 190 # ifdef emacs
|
| /src/external/gpl2/xcvs/dist/lib/ |
| alloca.c | 35 #ifdef emacs 53 # ifdef emacs 56 -- this is for usg, in which emacs must undefine static 67 # endif /* emacs */ 171 # ifdef emacs 190 # ifdef emacs
|
| /src/bin/sh/ |
| option.list | 77 // only one of vi/emacs can be set, hence the "set" definition, value 80 Eflag emacs E V # enable emacs style editing
|
| /src/external/gpl2/texinfo/dist/util/ |
| infosrch | 90 Where TARGET is an info node such as `emacs', `bash' etc, and
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| Makefile.am | 99 cd $(srcdir) && emacs --script check-defines.el
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| Makefile.am | 100 cd $(srcdir) && emacs --script check-defines.el
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| user-email.sh.in | 110 # Emacs/XEmacs rmail, Emacs/XEmacs gnus, XEmacs vm addresses 112 files="$files .emacs .emacs.el" 184 .emacs | .emacs.el) 185 # Emacs/XEmacs rmail, Emacs/XEmacs gnus, XEmacs vm addresses
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| bind.c | 1294 /* Handle "$if term=foo" and "$if mode=emacs" constructs. If this 1295 isn't term=foo, or mode=emacs, then check to see if the first 1320 if (_rl_stricmp (args + 5, "emacs") == 0) 2025 { "emacs-mode-string", V_STRING, sv_emacs_modestr }, 2125 else if (_rl_strnicmp (value, "emacs", 5) == 0) 2428 { "emacs", emacs_standard_keymap }, 2429 { "emacs-standard", emacs_standard_keymap }, 2430 { "emacs-meta", emacs_meta_keymap }, 2431 { "emacs-ctlx", emacs_ctlx_keymap }, 2564 return "emacs"; [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| bind.c | 1294 /* Handle "$if term=foo" and "$if mode=emacs" constructs. If this 1295 isn't term=foo, or mode=emacs, then check to see if the first 1320 if (_rl_stricmp (args + 5, "emacs") == 0) 2025 { "emacs-mode-string", V_STRING, sv_emacs_modestr }, 2125 else if (_rl_strnicmp (value, "emacs", 5) == 0) 2428 { "emacs", emacs_standard_keymap }, 2429 { "emacs-standard", emacs_standard_keymap }, 2430 { "emacs-meta", emacs_meta_keymap }, 2431 { "emacs-ctlx", emacs_ctlx_keymap }, 2564 return "emacs"; [all...] |