Home
last modified time | relevance | path

Searched refs:makunbound (Results 26 – 50 of 166) sorted by relevance

1234567

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dsocket.tst623 (progn (makunbound '*server*) (unintern '*server*)
624 (delete-file *file*) (makunbound '*file*) (unintern '*file*)
625 (makunbound '*s*) (unintern '*s*)
626 (makunbound '*socket-1*) (unintern '*socket-1*)
627 (makunbound '*socket-2*) (unintern '*socket-2*)
628 (makunbound '*socket-3*) (unintern '*socket-3*)
629 (makunbound '*socket-4*) (unintern '*socket-4*))
H A Dlambda.tst2 (makunbound 'b) B
3 (makunbound 'e) E
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/sacla-tests/
H A Dmust-symbol.lisp426 (not (boundp (makunbound (gensym))))
432 (not (boundp (makunbound 'test-symbol))))
439 (makunbound 'test-symbol)
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Ddefbangstruct.lisp118 (makunbound '*delayed-def!structs*))
H A Dcold-init-helper-macros.lisp50 (makunbound '*!cold-init-forms*)))
H A Dsymbol.lisp91 (defun makunbound (symbol) function
98 (about-to-modify-symbol-value symbol 'makunbound)
574 (makunbound "make ~S unbound"))))
H A Dprofile.lisp131 (makunbound '*overhead*) ; in case we reload this file when tweaking
542 (makunbound '*overhead*)))
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/
H A Dallout-tests.el32 (while (boundp name) (makunbound name)))
H A Dhelp-fns-tests.el141 (makunbound 'foo-test-map)))
/dports/devel/roswell/roswell-20.06.14.107/lisp/
H A Dutil-dump.lisp84 (ignore-errors (makunbound symbol))
/dports/editors/emacs/emacs-27.2/lisp/
H A Dso-long.el1822 (makunbound var)
1884 (makunbound var))
1893 (makunbound 'so-long-mode-enabled))
H A Dloadhist.el218 (makunbound x)))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calc/
H A Dcalc-undo.el83 (makunbound v))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/leim/quail/
H A Dlao.el193 (makunbound 'lao-key-alist-vector)
/dports/editors/emacs/emacs-27.2/lisp/calc/
H A Dcalc-undo.el83 (makunbound v))
/dports/editors/emacs/emacs-27.2/lisp/leim/quail/
H A Dlao.el193 (makunbound 'lao-key-alist-vector)
/dports/editors/emacs/emacs-27.2/test/src/
H A Deval-tests.el136 (makunbound 'eval-tests--foo-alias)
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dwin32-foreign-stack-unwind.impure.lisp52 (makunbound '*current-test-callback*)
H A Ddefglobal.impure.lisp58 (makunbound '*foo*)
/dports/math/reduce/Reduce-svn5758-src/common-lisp/
H A Dbuild.sh217 (cl:makunbound '!*init!-stats!*))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dso-long.el1985 (makunbound var)
2047 (makunbound var))
2056 (makunbound 'so-long-mode-enabled))
/dports/lang/sbcl/sbcl-1.3.13/src/pcl/
H A Dprint-object.lisp202 (makunbound '*!delayed-defmethod-args*)
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Ddebug.el381 ('(makunbound nil) (format "making %s void" symbol))
382 (`(makunbound ,buffer) (format "killing local value of %s in buffer %s"
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Ddebug.el379 ('(makunbound nil) (format "making %s void" symbol))
380 (`(makunbound ,buffer) (format "killing local value of %s in buffer %s"
/dports/math/maxima/maxima-5.43.2/src/
H A Dmaxima-package.lisp56 #+(and sbcl sb-package-locks) makunbound)

1234567