HomeSort by: relevance | last modified time | path
    Searched refs:com_BytecodeShort (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
compile.c 330 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);
bytecode.c 279 static void com_BytecodeShort(LispCom*, LispByteOpcode, short);
1418 com_BytecodeShort(LispCom *com, LispByteOpcode code, short value)
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 52 milliseconds