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

  /xsrc/external/mit/xedit/dist/lisp/
struct.c 42 LispObj *Omake_struct, *Ostruct_access, *Ostruct_store, *Ostruct_type;
internal.h 791 extern LispObj *Omake_struct, *Ostruct_access, *Ostruct_store, *Ostruct_type;
lisp.c 5261 Ostruct_store = STATIC_ATOM("STRUCT-STORE");
5265 Sstruct_store = ATOMID(Ostruct_store);
core.c 5720 result = APPLY3(Ostruct_store, setf, data, value);
5832 (void)APPLY3(Ostruct_store, setf, data, value);

Completed in 13 milliseconds