HomeSort by: relevance | last modified time | path
    Searched refs:EMACS (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/ksh/
conf-end.h 9 #if defined(EMACS) || defined(VI)
config.h 79 /* Include emacs editing? */
80 #define EMACS 1
edit.c 63 #ifdef EMACS
65 #endif /* EMACS */
136 #ifdef EMACS
301 #ifdef EMACS
371 #ifdef EMACS
391 /* Misc common code for vi/emacs */
446 /* Common file/command completion code for vi/emacs */
sh.h 281 #ifdef EMACS
282 FEMACS, /* emacs command editing */
286 #ifdef EMACS
misc.c 146 #ifdef EMACS
147 { "emacs", 0, OF_ANY },
148 { "emacs-usemeta", 0, OF_ANY }, /* non-standard */
151 #ifdef EMACS
306 # ifdef EMACS
308 # endif /* EMACS */
315 # ifdef EMACS
317 # endif /* EMACS */
c_ksh.c 1398 #ifdef EMACS
1465 #ifdef EMACS
main.c 82 /* this is what at&t ksh seems to track, with the addition of emacs */
84 "cat", "cc", "chmod", "cp", "date", "ed", "emacs", "grep", "ls",
204 /* Set edit mode to emacs by default, may be overridden
207 #if defined(EDIT) && defined(EMACS)
209 #endif /* EDIT && EMACS */
lex.c 1009 # ifdef EMACS
1011 # endif /* EMACS */
emacs.c 1 /* $NetBSD: emacs.c,v 1.38 2018/05/08 16:37:59 kamil Exp $ */
4 * Emacs-like command line editing and history
13 __RCSID("$NetBSD: emacs.c,v 1.38 2018/05/08 16:37:59 kamil Exp $");
17 #ifdef EMACS
153 * script (emacs-gen.sh) that generates emacs.out which contains:
160 #include "emacs.out"
1126 * at&t ksh in emacs mode: abCd abdC abcd_ (bell)
1128 * gnu emacs: abCd acbD abcd_ abdc_
1130 * most common version of emacs, unless in gmacs mode, in which cas
    [all...]
  /src/tools/gettext/
Makefile 9 CONFIGURE_ENV+= EMACS=no

Completed in 25 milliseconds