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

/xsrc/external/mit/xedit/dist/lisp/
H A Dcompile.c330 com_BytecodeShort(com, XBC_LOAD, unbound);
338 com_BytecodeShort(com, XBC_LOAD, unbound);
342 com_BytecodeShort(com, XBC_SET, item);
347 com_BytecodeShort(com, XBC_LOAD, unbound);
351 com_BytecodeShort(com, XBC_SET, unbound);
368 com_BytecodeShort(com, XBC_SET, item);
H A Dbytecode.c279 static void com_BytecodeShort(LispCom*, LispByteOpcode, short);
1418 com_BytecodeShort(LispCom *com, LispByteOpcode code, short value) function in typeref:typename:void
1465 com_BytecodeShort(com, XBC_LOAD, offset);
1481 com_BytecodeShort(com, XBC_LOAD_PUSH, offset);
1494 com_BytecodeShort(com, XBC_LETBIND, count);
1501 com_BytecodeShort(com, XBC_UNLET, count);
1570 com_BytecodeShort(com, XBC_SET, offset);

Completed in 8 milliseconds