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

  /xsrc/external/mit/xedit/dist/lisp/
private.h 209 unsigned int a_compiled : 1; member in struct:_LispAtom
lisp.c 923 if (atom->a_function || atom->a_compiled)
1406 else if (atom->a_compiled) {
1465 atom->a_compiled = 1;
1472 if (atom->a_compiled) {
1475 atom->a_compiled = 0;
1489 if (atom->a_function == 0 && atom->a_builtin == 0 && atom->a_compiled == 0)
1497 atom->a_compiled = 0;
3150 atom->a_compiled)
3284 else if (symbol->data.atom->a_compiled)
3285 atom->a_compiled = 1
    [all...]
write.c 901 if (object->data.atom->a_compiled)
compile.c 1858 else if (atom->a_compiled) {
core.c 1083 if (name->data.atom->a_builtin || name->data.atom->a_compiled) {
1126 if (name->data.atom->a_builtin || name->data.atom->a_compiled) {
1657 if (atom->a_function || atom->a_builtin || atom->a_compiled)
1750 else if (symbol->data.atom->a_compiled)
bytecode.c 394 if (atom->a_builtin || atom->a_compiled)
564 else if (atom->a_compiled)

Completed in 13 milliseconds