Searched refs:package (Results 1 - 25 of 634) sorted by relevance

1234567891011>>

/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.c30 /* $XFree86: xc/programs/xedit/lisp/package.c,v 1.20tsi Exp $ */
32 #include "lisp/package.h"
66 LispObj *list, *package, *nick; local in function:LispFindPackageFromString
69 package = CAR(list);
70 if (strcmp(THESTR(package->data.package.name), string) == 0)
71 return (package);
72 for (nick = package->data.package.nicknames;
75 return (package);
120 LispDoSymbol(LispObj * package,LispAtom * atom,int if_extern,int all_packages) argument
144 LispObj *package; local in function:LispFindPackageOrDie
158 LispDoExport(LispBuiltin * builtin,LispObj * package,LispObj * symbol,int export) argument
205 LispObj *variable, *package = NULL, *list, *code, *result_form; local in function:LispReallyDoSymbols
306 LispObj *string, *package; local in function:LispFindSymbol
423 LispObj *list, *package, *result; local in function:Lisp_FindAllSymbols
500 LispObj *symbols, *package; local in function:Lisp_Export
532 LispObj *symbols, *package; local in function:Lisp_Import
577 LispObj *package; local in function:Lisp_InPackage
621 LispObj *list, *package, *nicks, *cons, *savepackage; local in function:Lisp_MakePackage
718 LispObj *package; local in function:Lisp_PackageName
733 LispObj *package; local in function:Lisp_PackageNicknames
752 LispObj *package, *use, *cons; local in function:Lisp_PackageUseList
786 LispObj *package, *other, *used, *cons, *list; local in function:Lisp_PackageUsedByList
829 LispObj *symbols, *package; local in function:Lisp_Unexport
[all...]
H A Dlisp.c58 #include "lisp/package.h"
104 * Search for the specified object in the current package */
110 /* if not already in keyword package, move atom to keyword package */
319 {LispFunction, Lisp_Export, "export symbols &optional package"},
332 {LispFunction, Lisp_FindSymbol, "find-symbol string &optional package", 1},
333 {LispFunction, Lisp_FindPackage, "find-package name"},
360 {LispMacro, Lisp_InPackage, "in-package name"},
362 {LispFunction, Lisp_Import, "import symbols &optional package"},
366 {LispFunction, Lisp_Intern, "intern string &optional package",
894 LispObj *package = CAR(entry); local in function:Lisp__GC
3123 LispObj *package = LispNew(name, nicknames); local in function:LispNewPackage
3172 LispUsePackage(LispObj * package) argument
[all...]
H A Dprivate.h72 #define PACKAGE lisp__data.package->data.atom->property->value
162 /* package where the property was created */
163 LispPackage *package; member in struct:_LispProperty
231 LispObj *package; /* package home of symbol */ member in struct:_LispAtom
246 LispObjList glb; /* global symbols in package */
248 hash_table *atoms; /* atoms in this package */
320 LispObj *package; /* package object */ member in struct:_LispMac
321 LispPackage *pack; /* pointer to lisp__data.package
[all...]
/xsrc/external/mit/libxcb/dist/
H A Dcheck-pc-requires20 package=xcb-`basename $inc .h`
21 pcin="$AM_SRCDIR"/$package.pc.in
60 echo $package adding dependency on $missing
63 echo $package missing $missing
/xsrc/external/mit/font-util/dist/
H A DREADME.md1 X.Org font package creation/installation utilities
5 package, it will be recorded in the fontutil pkg-config file to be used
7 macros from version 1.1 or later of this package.
/xsrc/external/mit/libXdamage/dist/
H A DREADME.md4 This package contains the library for the X Damage extension.
/xsrc/external/mit/rgb/dist/
H A DREADME.md4 This package includes both the list mapping X color names to RGB values
21 beyond the MIT/X11 license used for this package.
23 If the dbm or ndbm format are chosen, this package also builds the
26 Regardless of format, this package builds the showrgb command to show
/xsrc/external/mit/transset/dist/
H A Dconfigure.ac23 [Release date of this package])
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfig.h.in203 /* Name of package */
206 /* Define to the address where bug reports for this package should be sent. */
209 /* Define to the full name of this package. */
212 /* Define to the full name and version of this package. */
215 /* Define to the one symbol short name of this package. */
218 /* Define to the home page for this package. */
221 /* Define to the version of this package. */
224 /* Major version of this package */
227 /* Minor version of this package */
230 /* Patch version of this package */
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfig.h.in178 /* Name of package */
181 /* Define to the address where bug reports for this package should be sent. */
184 /* Define to the full name of this package. */
187 /* Define to the full name and version of this package. */
190 /* Define to the one symbol short name of this package. */
193 /* Define to the home page for this package. */
196 /* Define to the version of this package. */
199 /* Major version of this package */
202 /* Minor version of this package */
205 /* Patch version of this package */
[all...]
/xsrc/external/mit/util-macros/dist/
H A Dxorgversion.m433 [Major version of this package])
40 [Minor version of this package])
47 [Patch version of this package])
/xsrc/external/mit/glw/dist/
H A Dcompile45 If you are trying to build a whole package this is not the
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dcompile45 If you are trying to build a whole package this is not the
/xsrc/external/mit/xf86-video-ati/dist/
H A Dcompile45 If you are trying to build a whole package this is not the
/xsrc/external/mit/xsetpointer/dist/
H A Dcompile45 If you are trying to build a whole package this is not the
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddownload.rst50 A package of SGI's GLU library is available
53 A package of Mark Kilgard's GLUT library is available
H A Dmacos.rst9 Mesa package for reference. The exception seems to be Mako, a Python module
/xsrc/external/mit/xauth/dist/
H A DREADME.md12 Use "./autogen.sh" to configure the package and "make" to compile it.
13 A black box check for the correctness of the package can be initiated
/xsrc/external/mit/fontconfig/dist/
H A Dconfig.h.in40 /* Gettext package */
270 /* Name of package */
273 /* Define to the address where bug reports for this package should be sent. */
276 /* Define to the full name of this package. */
279 /* Define to the full name and version of this package. */
282 /* Define to the one symbol short name of this package. */
285 /* Define to the home page for this package. */
288 /* Define to the version of this package. */
409 /* Version number of package */
/xsrc/external/mit/libXcursor/dist/
H A Dconfigure.ac26 # This is the package version number, not the shared library
53 # Set library version for Xcursor.h from package version set in AC_INIT
/xsrc/external/mit/libXft/dist/
H A Dconfigure.ac26 # This is the package version number, not the shared library
48 # Set library version for Xft.h from package version set in AC_INIT
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dinstall.mk19 # don't forget the final backslash (this command is mainly for package
87 $(info There is no validation suite for this package.)
/xsrc/external/mit/xterm/dist/package/
H A Dxterm.spec16 # Using "find-xterm-fonts" gives these package names:
29 # machines for mageia/fedora/opensuse, but package names vary:
48 # had provided stable package-naming, or virtual packages to cover transitions.
80 This package provides four commands:
92 The %{fullname} program uses bitmap images provided by the xbitmaps package.
95 xfonts-cyrillic package as well.
97 This package is configured to use "%{fullname}" and "%{my_class}"
/xsrc/external/mit/xorg-server/dist/include/
H A Ddo-not-use-config.h.in473 /* Name of package */
476 /* Define to the address where bug reports for this package should be sent. */
479 /* Define to the full name of this package. */
482 /* Define to the full name and version of this package. */
485 /* Define to the one symbol short name of this package. */
488 /* Define to the home page for this package. */
491 /* Define to the version of this package. */
494 /* Major version of this package */
497 /* Minor version of this package */
500 /* Patch version of this package */
[all...]
/xsrc/external/mit/fontconfig/dist/m4/
H A Dnls.m414 dnl gettext package is covered by the GNU General Public License.

Completed in 15 milliseconds

1234567891011>>