Searched refs:listp (Results 126 - 150 of 316) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dwhich-func.el291 (unless (listp (cdr elem))
H A Dcc-defs.el890 (if (listp mode)
895 (if (listp mode)
1736 ((listp (car args))
2056 (when (if (listp (car assignment))
2069 (unless (listp mode)
H A Dcc-styles.el303 (if (listp val)
510 (if (listp c-comment-prefix-regexp)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthingatpt.el417 (defun list-at-point () (form-at-point 'list 'listp))
H A Dwid-browse.el142 (if (listp widget)
H A Dforms.el747 (or (listp forms-format-list)
804 ((listp el)
1034 ((listp el)
1079 ((listp el)
1193 ((listp el)
H A Dfilesets.el1399 ((listp filesets-browse-dir-function)
1418 ((listp something)
1582 (setq rv (append rv (if (listp x) x (list x))))))
1888 (if (listp submenu)
2122 (let* ((def (if (listp this) (car this) (list this "")))
2123 (files (if (listp this) (cdr this) nil))
H A Ddframe.el897 (if (and (listp event)
1013 (listp temp-buffer-show-hook))
H A Dvcursor.el771 (vcursor-find-window (not (and (listp func) (vcursor-check t))) t)
780 (if (listp func)
H A Dxml.el140 (if (and (listp child)
331 ((and (listp (car result))
869 ((listp node)
H A Dcus-face.el319 (if (listp entry)
H A Dffap.el302 (and (listp last-nonmenu-event) last-nonmenu-event))
1679 (if (listp value) value (list value)))
1688 (if (listp value) value (list value)))
1697 (if (listp value) value (list value)))
H A Dlonglines.el146 (if (not (listp message-indent-citation-function))
H A Dskeleton.el416 (or (stringp (car element)) (listp (car element))))
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Ddiary-lib.el1523 (or (and (listp dd) (memq d dd))
1526 (or (and (listp mm) (memq m mm))
1529 (or (and (listp year) (memq y year))
1589 (if (listp month)
1603 (if (listp month)
1611 (if (listp month)
1730 ((and (listp days) days)
H A Dtodo-mode.el481 (if (listp count) (setq count (car count)))
727 (if (listp nof-priorities) ;universal argument
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dspam.el500 (marks (if (listp (car marks)) (car marks) marks)))
553 (listp parameter)
705 (if (and (car-safe groups) (listp (car-safe groups)))
790 (if (and (car-safe groups) (listp (car-safe groups)))
795 (if (and (car-safe groups) (listp (car-safe groups)))
H A Dgnus-cus.el357 (if (listp type)
928 (while (listp (or (cadr rt) 'not-list))
H A Dgnus-kill.el440 (unless (listp form)
515 (if (listp kill-list)
H A Dgnus-win.el241 (if (or (listp setting)
350 (unless (listp params)
H A Dgmm-utils.el235 (when (listp zap-list)
H A Dgnus-diary.el372 (if (listp (nth 1 head))
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el259 (cond ((listp spec)
330 (if (and (listp object)
422 (if (listp which-windows)
435 (if (listp window-info)
961 (setq edebug-read-dotted-list (listp dotted-form))
1144 defining-form-p (and (listp spec)
1571 ((listp spec) (edebug-match-list cursor spec))
1591 ((not (listp (edebug-cursor-expressions cursor)));; allow nil
1667 (if (and (listp sexp) (eq (car sexp) ',))
1810 ((listp for
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-speedbar.el356 (cond ((and data (listp data))
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dquickurl.el199 (listp (cdr url)))

Completed in 346 milliseconds

1234567891011>>