Home
last modified time | relevance | path

Searched refs:rassoc (Results 251 – 275 of 331) sorted by relevance

1...<<11121314

/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dbyte-opt.el1229 radians-to-degrees rassq rassoc read-from-string regexp-quote
/dports/devel/magit/magit-3.3.0/lisp/
H A Dmagit-git.el785 ((car (rassoc gitdir magit--separated-gitdirs)))
/dports/devel/magit-devel/magit-3.3.0-59-g1eb183e7/lisp/
H A Dmagit-git.el786 ((car (rassoc gitdir magit--separated-gitdirs)))
/dports/math/reduce/Reduce-svn5758-src/common-lisp/
H A Dsl-on-cl.lisp1868 (defun rassoc (key list) function
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dfaces.el1280 (or (car (rassoc old-value valid))
/dports/editors/emacs/emacs-27.2/lisp/
H A Dfaces.el1262 (or (car (rassoc old-value valid))
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dlists.texi1612 @defun rassoc value alist
1617 @code{rassoc} is like @code{assoc} except that it compares the @sc{cdr} of
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dlists.texi1594 @defun rassoc value alist
1599 @code{rassoc} is like @code{assoc} except that it compares the @sc{cdr} of
/dports/mail/wanderlust/wanderlust-475514f/etc/
H A DChangeLog.3399 wl-string-delete-match, wl-string-match-assoc, wl-string-rassoc):
516 * wl-nemacs.el (buffer-disable-undo, rassoc, delete, string-to-number,
2403 * Fix: defined rassoc for Nemacs.
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dc-doc.boot922 open := rassoc(x,$checkPrenAlist) => --it is a close bracket!
/dports/editors/emacs-devel/emacs-4d1968b/lisp/gnus/
H A Dgnus-start.el1856 (when (setq rest (rassoc method gnus-server-alist))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/calc/
H A Dcalc-units.el2061 (note (car (rassoc (cdr nr) math-notes))))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/progmodes/
H A Dgud.el3409 (let ((class-found (rassoc f gud-jdb-class-source-alist)))
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/emacs-lisp/
H A Dbytecomp-tests.el594 (mapcar (lambda (x) (rassoc x nil)) '("a" nil))
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dsubr.d698 LISPFUN(rassoc,seclass_default,2,0,norest,key,3,
H A Dinit.lisp110 assoc-if-not rassoc rassoc-if rassoc-if-not
/dports/editors/emacs/emacs-27.2/lisp/calc/
H A Dcalc-units.el2080 (note (car (rassoc (cdr nr) math-notes))))
/dports/editors/emacs/emacs-27.2/lisp/gnus/
H A Dgnus-start.el1852 (when (setq rest (rassoc method gnus-server-alist))
/dports/editors/emacs/emacs-27.2/lisp/progmodes/
H A Dgud.el3227 (let ((class-found (rassoc f gud-jdb-class-source-alist)))
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dfndb.lisp889 (defknown (rassoc assoc)
/dports/editors/tamago/tamago-4.0.6.0.20041122.19.14/egg/
H A Dcanna.el.in111 (car (rassoc id canna-hinshi-alist))))
/dports/lang/chicken5/chicken-5.3.0/
H A Dc-platform.scm177 chicken.base#alist-ref chicken.base#rassoc
/dports/math/p5-Math-Pari/pari-2.3.5/emacs/
H A Dsli-tools.el840 (sli-full-stuff key alist 'car 'rassoc))
/dports/math/reduce/Reduce-svn5758-src/packages/alg/
H A Dforall.red972 then return if x:= rassoc(v,u) then car x else v
/dports/editors/emacs/emacs-27.2/info/
H A Dcl.info3404 -- Function: cl-rassoc item a-list &key :test :test-not :key
3409 The ‘cl-assoc-if’, ‘cl-assoc-if-not’, ‘cl-rassoc-if’, and
3410 ‘cl-rassoc-if-not’ functions are defined similarly.
5135 * cl-rassoc: Association Lists. (line 20)
5136 * cl-rassoc-if: Association Lists. (line 25)
5137 * cl-rassoc-if-not: Association Lists. (line 25)

1...<<11121314