Searched refs:PATH_LOADSEARCH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Depaths.h28 #define PATH_LOADSEARCH "~emacs/lisp:~emacs/leim:~emacs/lisp/calendar:~emacs/lisp/emacs-lisp:~emacs/lisp/emulation:~emacs/lisp/progmodes:~emacs/lisp/textmodes:~emacs/lisp/international:~emacs/lisp/language:~emacs/lisp/play" macro
30 /* Like PATH_LOADSEARCH, but used only when Emacs is dumping. This
31 path is usually identical to PATH_LOADSEARCH except that the entry
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dpaths.h24 /* #define PATH_LOADSEARCH "/usr/local/lib/emacs/lisp" */
25 #define PATH_LOADSEARCH "C:/emacs/lisp" macro
27 /* Like PATH_LOADSEARCH, but used only when Emacs is dumping. This
28 path is usually identical to PATH_LOADSEARCH except that the entry
/macosx-10.9.5/emacs-92/emacs/src/
H A Depaths.in24 #define PATH_LOADSEARCH "/usr/local/lib/emacs/lisp"
26 /* Like PATH_LOADSEARCH, but used only when Emacs is dumping. This
27 path is usually identical to PATH_LOADSEARCH except that the entry
H A Dlread.c3798 normal = PATH_LOADSEARCH;
3802 normal = PATH_LOADSEARCH;
3805 normal = PATH_LOADSEARCH; /* for dumping from universal binary after install */
3810 Vload_path from PATH_LOADSEARCH, since the value that was dumped
3937 /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is
3939 confuses users. Since PATH_LOADSEARCH is always overridden by the

Completed in 207 milliseconds