Home
last modified time | relevance | path

Searched refs:fdocumentation (Results 1 – 20 of 20) sorted by relevance

/dports/lang/sbcl/sbcl-1.3.13/src/pcl/
H A Ddocumentation.lisp13 (defun fdocumentation (x doc-type) function
166 (fdocumentation x 'setf)))
192 (setf (fdocumentation x 'setf) new-value))
268 (fdocumentation x ',doc-type))))
277 (setf (fdocumentation x ',doc-type) new-value)))))))
280 (fdocumentation (class-name x) 'type)
281 (setf (fdocumentation (class-name x) 'type) new-value))
292 (fdocumentation (class-name x) 'type)
293 (setf (fdocumentation (class-name x) 'type) new-value))
301 (fdocumentation x 'variable))
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dtarget-thread.lisp97 (fdocumentation 'thread-error-thread 'function)
169 (setf (fdocumentation '*current-thread* 'variable)
174 (fdocumentation 'thread-name 'function)
454 (setf (fdocumentation 'make-mutex 'function)
456 (fdocumentation 'mutex-name 'function)
826 (setf (fdocumentation 'waitqueue-name 'function)
828 (fdocumentation 'make-waitqueue 'function)
1055 (setf (fdocumentation 'semaphore-name 'function)
1057 (fdocumentation 'make-semaphore 'function)
1069 (setf (fdocumentation 'make-semaphore-notification 'function)
[all …]
H A Dmisc-aliens.lisp22 (setf (fdocumentation 'get-errno 'function)
H A Dtarget-hash-table.lisp413 (setf (fdocumentation 'hash-table-rehash-size 'function)
417 (setf (fdocumentation 'hash-table-rehash-threshold 'function)
421 (setf (fdocumentation 'hash-table-synchronized-p 'function)
432 (setf (fdocumentation 'hash-table-test 'function)
436 (setf (fdocumentation 'hash-table-weakness 'function)
H A Dtarget-error.lisp62 (setf (fdocumentation 'restart-name 'function)
H A Dtarget-defstruct.lisp95 (setf (fdocumentation (dd-name dd) 'structure)
H A Dlate-extensions.lisp142 (setf (fdocumentation name 'variable) doc))
H A Ddefboot.lisp275 (setf (fdocumentation var 'variable) doc))
285 (setf (fdocumentation var 'variable) doc))
H A Dcold-init.lisp245 (when docstring (setf (fdocumentation name 'variable) docstring))))
H A Dcondition.lisp333 (fdocumentation name 'type) documentation)
1209 (setf (fdocumentation 'step-condition-form 'function)
1238 (setf (fdocumentation 'step-condition-result 'function)
H A Dtimer.lisp164 (setf (fdocumentation 'make-timer 'function)
H A Dtime.lisp19 (setf (fdocumentation 'get-internal-real-time 'function)
H A Dreader.lisp26 (setf (fdocumentation '*readtable* 'variable)
H A Dsetf.lisp464 (setf (fdocumentation name 'setf) doc))
H A Ddebug-int.lisp201 (setf (fdocumentation 'debug-var-id 'function)
274 (setf (fdocumentation 'debug-block-elsewhere-p 'function)
H A Ddefstruct.lisp308 `((setf (fdocumentation ',(dd-name dd) 'structure)
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dcompiler-deftype.lisp51 (setf (fdocumentation name 'type) doc))
H A Ddefconstant.lisp91 (setf (fdocumentation name 'variable) doc))
H A Dinfo-functions.lisp259 (defun (setf fdocumentation) (string name doc-type)
H A Dpolicy.lisp289 ,@(when documentation `((setf (fdocumentation ',name 'optimize) ,documentation)))