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

/xsrc/external/mit/xedit/dist/lisp/
H A Dbytecode.c260 LispObj **bytecodes; member in struct:_LispCom::__anoncf77c6ed1008
1283 code = cons = prev = CONS(com->table.bytecodes[i], NIL);
1287 RPLACD(cons, CONS(com->table.bytecodes[i], NIL));
1359 LispFree(com->table.bytecodes);
2425 if (BuildTablePointer(bytecode, (void***)&com->table.bytecodes,
2642 (void**)com->table.bytecodes,
2830 *codes = com->table.bytecodes[count]->data.bytecode.bytecode->code;
2838 *names = com->table.bytecodes[count]->data.bytecode.name;

Completed in 8 milliseconds