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

  /xsrc/external/mit/xedit/dist/lisp/
struct.c 134 if (atom->a_defstruct)
193 (atom = struc->data.atom)->a_defstruct == 0 ||
308 (atom = name->data.atom)->a_defstruct == 0 ||
362 (atom = name->data.atom)->a_defstruct == 0 ||
private.h 215 unsigned int a_defstruct : 1; member in struct:_LispAtom
lisp.c 927 if (atom->a_defstruct)
1418 if (atom->a_defstruct) {
1589 atom->a_defstruct = 1;
1597 if (atom->a_defstruct) {
1600 atom->a_defstruct = 0;
3147 (atom->a_defstruct &&
3257 atom->a_property = atom->a_defsetf = atom->a_defstruct = 0;
3290 if (symbol->data.atom->a_defstruct)
3291 atom->a_defstruct = 1;
4666 else if (atom->a_defstruct &
    [all...]
compile.c 1842 else if (atom->a_defstruct &&
core.c 5707 if (atom->a_defstruct &&
5824 if (atom->a_defstruct &&
6544 else if (type->data.atom->a_defstruct &&
bytecode.c 570 else if (atom->a_defstruct &&

Completed in 33 milliseconds