Home
last modified time | relevance | path

Searched refs:makunbound (Results 76 – 100 of 166) sorted by relevance

1234567

/dports/x11/xedit/xedit-1.2.2/lisp/test/
H A Dlist.lsp304 (makunbound 'x)
974 (eq-test 'a #'makunbound 'a)
976 (error-test #'makunbound 1)
1266 (makunbound '*x*) ;; make sure it is not bound
1272 (makunbound '*x*)
1696 (makunbound 'a)
1701 (makunbound 'a)
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dcommon.sl158 (defmacro makunbound (x)
159 `(let ((y ,x) (makunbound y) y)))
/dports/devel/roswell/roswell-20.06.14.107/documents/
H A Dros-dump.md111 fmakunbound/makunbound, so combining the two methods can result in a more
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Delisp-compiler.test211 (and (eq (makunbound 'b) 'b)
375 (progn (makunbound 'a)
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Delisp-compiler.test211 (and (eq (makunbound 'b) 'b)
375 (progn (makunbound 'a)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dsymbols.tst151 multiple-value-call makunbound multiple-value-list map
196 slot-exists-p set-syntax-from-char slot-makunbound setf
H A Dtests.lisp69 (makunbound s)
H A Dexcepsit.tst748 (makunbound "xx")
1086 (slot-makunbound (make-instance 'foo56) ':a))
H A Drestarts.tst261 (progn (makunbound 'bar)
/dports/math/maxima/maxima-5.43.2/share/contrib/unit/
H A Dunit-functions.lisp83 (t (makunbound u) (remprop u 'time)
/dports/devel/geany-legacy/geany-1.37.1/data/filedefs/
H A Dfiletypes.lisp19 …ring-output-stream make-symbol make-synonym-stream make-two-way-stream makunbound map map-fn map-i…
/dports/devel/geany/geany-1.38/data/filedefs/
H A Dfiletypes.lisp19 …ring-output-stream make-symbol make-synonym-stream make-two-way-stream makunbound map map-fn map-i…
/dports/lang/yorick/yorick-y_2_2_04/emacs/
H A Dyorick.el280 (makunbound 'c-mode-map)
281 (makunbound 'c-style-alist))
/dports/lang/librep/librep_0.92.7/lisp/rep/util/
H A Dgaol.jl73 makunbound mapc mapcar match-end match-start max member memq memql
/dports/math/maxima/maxima-5.43.2/src/
H A Dmatrun.lisp77 (if (boundp rule) (makunbound rule))
H A Dmdebug.lisp736 (makunbound var)
/dports/x11/xedit/xedit-1.2.2/lisp/modules/
H A Dsyntax.lsp50 (makunbound '*syntax-symbols*)
/dports/shells/bash/bash-5.1/
H A Dvariables.c3800 r = nv ? makunbound (nv->name, shell_variables) : makunbound (name, shell_variables);
3813 return makunbound (name, shell_variables);
3826 return makunbound (name, shell_variables);
3934 makunbound (name, vc) in makunbound() function
/dports/lang/guile2/guile-2.2.7/module/language/elisp/
H A Dboot.el228 (fset 'makunbound (@ (language elisp runtime) makunbound!))
/dports/lang/guile/guile-3.0.7/module/language/elisp/
H A Dboot.el228 (fset 'makunbound (@ (language elisp runtime) makunbound!))
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dcompare-and-swap.impure.lisp53 (makunbound '*bar*)
H A Dsymbol.impure.lisp210 (makunbound name))
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dread.c873 makunbound(intern_symbol(keyword_name(K_USTAR))); in interp_utype()
964 makunbound(intern_symbol(keyword_name(K_MSTAR))); in interp_mtype()
990 makunbound(intern_symbol(keyword_name(K_ASTAR))); in interp_atype()
1128 makunbound(intern_symbol(keyword_name(K_TSTAR))); in interp_ttype()
1457 makunbound(var); in undefine_variable()
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dvariables.texi353 @defun makunbound symbol
357 If @var{symbol} has a dynamic local binding, @code{makunbound} voids
370 (makunbound 'x) ; @r{Void the local binding.}
380 (makunbound 'x) ; @r{Void the innermost-local binding.}
388 (makunbound 'x)) ; @r{Void inner binding, then remove it.}
856 @code{unlet}, @code{makunbound}, or @code{defvaralias}. @var{where}
1478 Subsequently calling @code{makunbound} on @var{variable} will result
1539 (makunbound 'foobar)
/dports/editors/emacs/emacs-27.2/lisp/
H A Ddesktop.el1573 (makunbound this)))

1234567