代码搜索:Paths
找到约 7,046 项符合「Paths」的源代码
代码结果 7,046
www.eeworm.com/read/131315/5935242
h paths.h
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/131315/5939596
el paths.el
;; Define pathnames for use by various Emacs commands.
;; Copyright (C) 1986, 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribu
www.eeworm.com/read/131315/5939743
h paths.h
/* The default search path for Lisp function "load".
This sets load-path. */
#define PATH_LOADSEARCH "/usr/contrib/lib/emacs/lisp"
/* the extra search path for programs to invoke.
This is append
www.eeworm.com/read/131315/5942184
h paths.h
/* $Revision: 1.22 $
**
** Here be #define's for filenames, socket names, environment variables,
** and so on. The numbers refer to sections in the config.dist file.
*/
/*
** 7. PATHS TO COMMO
www.eeworm.com/read/129924/5966026
h paths.h
#ifndef _SYS___PATHS_H_
#define _SYS___PATHS_H_
#define _PATH_PTY "/dev/"
#define _PATH_TZDIR "/usr/share/zoneinfo"
#define _PATH_TZFILE "/etc/localtime"
#define _PATH_RESCONF "/etc/resolv.conf"
#defi