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

  /xsrc/external/mit/xedit/dist/lisp/
private.h 506 void LispAddDocumentation(LispObj*, LispObj*, LispDocType_t);
struct.c 167 LispAddDocumentation(oname, documentation, LispDocStructure);
core.c 1076 LispAddDocumentation(name, CAR(body), LispDocFunction);
1119 LispAddDocumentation(name, CAR(body), LispDocFunction);
1164 LispAddDocumentation(function, CAR(body), LispDocSetf);
1183 LispAddDocumentation(function, CAR(body), LispDocSetf);
7026 LispAddDocumentation(symbol, string, doc_type);
lisp.c 3566 LispAddDocumentation(atom, doc, LispDocVariable);
3603 LispAddDocumentation(atom, doc, LispDocVariable);
3607 LispAddDocumentation(LispObj *symbol, LispObj *documentation, LispDocType_t type)

Completed in 9 milliseconds