Searched refs:equalp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-align.el728 (let (startpos endpos equalp)
747 ;; current line. equalp is in that case set to the number of
755 (setq equalp (- (or (match-beginning 1)
778 (if (not equalp)
781 (setq equalp 0)))
783 (vector (- (current-column) equalp)))
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-extra.el63 (defun equalp (x y) function
76 (while (and (consp x) (consp y) (equalp (car x) (car y)))
78 (and (not (consp x)) (equalp x y)))
83 (equalp (aref x i) (aref y i))))
H A Dcl.el604 coerce equalp cl-map-keymap maplist mapc mapl mapcan mapcon
H A Dcl-macs.el2662 '(eql floatp-safe list* subst acons equalp random-state-p
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmaxima.vim77 syn keyword maximaFunc endcons entermatrix entertensor entier %enumer equal equalp erf
H A Dlisp.vim358 syn keyword lispFunc equalp package-error values-list

Completed in 105 milliseconds