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

/xsrc/external/mit/xedit/dist/lisp/
H A Dbytecode.c268 static LispObj *MakeBytecodeObject(LispCom*, LispObj*, LispObj*);
505 result = MakeBytecodeObject(&com, name,
1221 return (failed ? NIL : MakeBytecodeObject(&com, NIL, NIL));
1234 MakeBytecodeObject(LispCom *com, LispObj *name, LispObj *plist) function in typeref:typename:LispObj *

Completed in 4 milliseconds