Home
last modified time | relevance | path

Searched refs:makunbound (Results 101 – 125 of 166) sorted by relevance

1234567

/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dvariables.texi405 @defun makunbound symbol
409 If @var{symbol} has a dynamic local binding, @code{makunbound} voids
422 (makunbound 'x) ; @r{Void the local binding.}
432 (makunbound 'x) ; @r{Void the innermost-local binding.}
440 (makunbound 'x)) ; @r{Void inner binding, then remove it.}
891 @code{unlet}, @code{makunbound}, or @code{defvaralias}. @var{where}
1569 Subsequently calling @code{makunbound} on @var{variable} will result
1636 (makunbound 'foobar)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlisp.vim218 syn keyword lispFunc char-greaterp logior slot-makunbound
266 syn keyword lispFunc control-error makunbound string-not-greaterp
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlisp.vim218 syn keyword lispFunc char-greaterp logior slot-makunbound
266 syn keyword lispFunc control-error makunbound string-not-greaterp
/dports/math/singular/Singular-Release-4-2-1/factory/bin/
H A Dfolding.el361 (makunbound 'fold-saved-local-keymap))))
/dports/math/maxima/maxima-5.43.2/src/
H A Dcommac.lisp846 (defun makunbound (sym) function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dzthread.d654 STACK_1 = NIL; STACK_0 = S(makunbound);
H A Dcontrol.d254 LISPFUNN(makunbound,1)
256 var object symbol = check_symbol_non_constant(popSTACK(),S(makunbound));
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Ddesktop.el1584 (makunbound this)))
H A Dhelp-fns.el1838 (makunbound keymap))))
/dports/editors/slime/slime-2.26.1-9-gf368e22a/contrib/
H A Dswank-fancy-inspector.lisp30 ,(lambda () (makunbound symbol))))
/dports/editors/sly/sly-1.0.43/contrib/
H A Dslynk-fancy-inspector.lisp27 ,(lambda () (makunbound symbol))))
/dports/lang/sbcl/sbcl-1.3.13/doc/manual/
H A Defficiency.texinfo290 @code{makunbound} of the named symbols. Proclaiming an unbound symbol
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlmfunctbl.kc384 { CSTR("makunbound"), NULL,
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/
H A Dcustom.jl344 (makunbound symbol))
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dext-clisp.tst243 (makunbound 'xx)
H A Dmop.tst1629 ;;; slot-boundp-using-class slot-makunbound-using-class
1647 …(defmethod clos:slot-makunbound-using-class ((class standard-class) instance (slot external-slot-d…
1674 (slot-makunbound inst1 'y)
1676 (slot-makunbound inst1 'x)
2994 …(defmethod clos:slot-makunbound-using-class ((class standard-class) object (slot classof-effective…
2995 (slot-makunbound object (slot-value slot 'value-slot-name)))
H A Dclos.tst541 (makunbound '*foo*)
636 (makunbound '*foo*)
1772 (eq (slot-makunbound c1 'a) c1)
1797 (progn (slot-makunbound c1 'a)
1798 (slot-makunbound c1 'b)
1805 (progn (slot-makunbound c2 'a)
1806 (slot-makunbound c2 'b)
/dports/lang/abcl/abcl-src-1.8.0/doc/manual/
H A Dmop.tex679 --- Generic Function: \textbf{slot-makunbound-using-class} [\textbf{mop}] \textit{}
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dlisp.c804 makunbound(Obj *sym) in makunbound() function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/doc/
H A DSymbol-Table.text1084 slot-makunbound-UC
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/pcre/
H A Dtest.tst538 (progn (makunbound '*major-version*)
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dcc-fonts.el2229 (makunbound def-var)))
H A Dcc-defs.el2714 (makunbound sym)
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dcc-defs.el2691 (makunbound sym)
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dedebug.el483 (makunbound (nth 1 form)))

1234567