HomeSort by: relevance | last modified time | path
    Searched defs:documentation (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
perl.lsp 4 ;; copy of this software and associated documentation files (the "Software"),
85 (defsynprop *prop-documentation*
86 "documentation"
491 (syntable :heredoc *prop-documentation* #'default-indent
494 (syntoken "^=(pod|item|over|head\\d)\\>.*$" :property *prop-documentation* :begin :info)
495 (syntable :info *prop-documentation* nil
499 (syntoken "^(__END__|__DATA__)$" :property *prop-documentation*
500 :begin :documentation)
504 (syntable :documentation *prop-documentation* ni
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
struct.c 5 * copy of this software and associated documentation files (the "Software"),
59 LispObj *list, *cons, *object, *definition, *documentation; local
85 documentation = CAR(description);
89 documentation = NIL;
166 if (documentation != NIL)
167 LispAddDocumentation(oname, documentation, LispDocStructure);
private.h 5 * copy of this software and associated documentation files (the "Software"),
236 LispObj *documentation[5]; member in struct:_LispAtom
core.c 5 * copy of this software and associated documentation files (the "Software"),
1038 defconstant name initial-value &optional documentation
1041 LispObj *name, *initial_value, *documentation; local
1043 documentation = ARGUMENT(2);
1048 if (documentation != UNSPEC) {
1049 CHECK_STRING(documentation);
1052 documentation = NIL;
1053 LispDefconstant(name, EVAL(initial_value), documentation);
1197 defparameter name initial-value &optional documentation
1200 LispObj *name, *initial_value, *documentation; local
1224 LispObj *name, *initial_value, *documentation; local
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/
lisp.lsp 5 ;; copy of this software and associated documentation files (the "Software"),
169 (defsetf documentation lisp::documentation-store) function

Completed in 7 milliseconds