Lines Matching refs:package
72 #define PACKAGE lisp__data.package->data.atom->property->value
162 /* package where the property was created */
163 LispPackage *package;
231 LispObj *package; /* package home of symbol */
246 LispObjList glb; /* global symbols in package */
248 hash_table *atoms; /* atoms in this package */
320 LispObj *package; /* package object */
321 LispPackage *pack; /* pointer to lisp__data.package->data.package.package */
323 /* fast access to the KEYWORD package */
327 /* the LISP package */
330 /* only used if the package was changed, but an error generated
435 /* create a new package */
437 /* add package to use-list of current, and imports all extern symbols */
439 /* make symbol extern in the current package */
441 /* imports symbol to current package */