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

/xsrc/external/mit/xedit/dist/lisp/
H A Dbytecode.c319 static LispObj *ExecuteBytecode(unsigned char*);
1230 return (ExecuteBytecode(object->data.bytecode.bytecode->code));
2846 ExecuteBytecode(register unsigned char *stream) function in typeref:typename:LispObj *
3561 reg0 = ExecuteBytecode(codes[*stream++]);
3661 reg0 = ExecuteBytecode(bytecode);

Completed in 5 milliseconds