Lines Matching +defs:lisp +defs:documentation +defs:store
5 ;; copy of this software and associated documentation files (the "Software"),
30 ;; $XFree86: xc/programs/xedit/lisp/modules/lisp.lsp,v 1.9 2002/12/04 05:28:01 paulo Exp $
32 (provide "lisp")
150 (defun lisp::nth-store (index list value)
152 (defsetf nth lisp::nth-store)
155 `(lisp::vector-store ,array ,@indices ,value))
158 `(lisp::put ,symbol ,key ,value))
160 (defsetf symbol-plist lisp::set-symbol-plist)
163 `(lisp::puthash ,key ,hash-table ,value))
165 (defsetf char lisp::char-store)
166 (defsetf schar lisp::char-store)
167 (defsetf elt lisp::elt-store)
168 (defsetf svref lisp::elt-store)
169 (defsetf documentation lisp::documentation-store)