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

/xsrc/external/mit/xedit/dist/lisp/
H A Dread.c1280 LispObj *object = NULL, *thepackage = NULL; local in function:LispParseAtom
1295 thepackage = lisp__data.keyword;
1301 thepackage = LispFindPackageFromString(package);
1303 if (thepackage == NIL)
1306 pack = thepackage->data.package.package;
1329 PACKAGE = thepackage;

Completed in 37 milliseconds