Searched refs:listp (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-extra.el50 (cond ((eq type 'list) (if (listp x) x (append x nil)))
508 (cond ((listp seq)
H A Dcl-macs.el240 (setq args (if (listp args) (copy-list args) (list '&rest args)))
296 (if (listp (cadr restarg))
511 ((listp (car c))
1123 (if (and (consp (car specs)) (listp (caar specs)))
1487 (and hist (listp cl-proclaim-history) (push spec cl-proclaim-history))
1538 (if (listp cl-declare-stack) (push (car specs) cl-declare-stack))
1584 (if (listp arg1)
1656 (list 'if (list 'listp seq) (list 'setcar (list 'nthcdr n seq) store)
H A Dlisp-mode.el645 (cond ((not (listp form))
802 (if (listp indent) (setq indent (car indent)))
H A Dbyte-opt.el913 (put 'listp 'byte-optimizer 'byte-optimize-predicate)
1082 (if (listp (nth 1 last))
1237 line-beginning-position line-end-position list listp
1425 byte-symbolp byte-consp byte-stringp byte-listp byte-numberp byte-integerp
1437 '(byte-constant byte-dup byte-symbolp byte-consp byte-stringp byte-listp
H A Dadvice.el2698 (if (listp byte-compile-warnings) byte-compile-warnings
3831 (arglist (if (listp (car args))
H A Dcheckdoc.el1931 (if (not (listp lst)) ; not a list of args
1946 (if (not (listp lst)) (setq lst nil))
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmessage.el789 (listp gnus-post-method)
1125 (or (not (listp message-shoot-gnksa-feet))
3106 ((listp message-signature)
3389 (if (listp message-indent-citation-function)
3438 (if (listp message-indent-citation-function)
4186 (listp message-syntax-checks))
4206 (listp message-syntax-checks))
6442 (not (listp funcs))
H A Dgnus.el1520 (and value (not (listp value))))
2434 (if (listp gnus-visual) ; It's a list, so we check it.
3414 (or (not (listp gnus-use-long-file-name))
3442 (when (listp mode-line-format)
3494 (or (and server (listp server) server)
3888 (when (or (not (listp (car old-params)))
H A Dgnus-sum.el1565 ((listp gnus-simplify-subject-fuzzy-regexp)
3572 ((not (listp thread))
5628 (when (not (listp (cdr (symbol-value var))))
5630 (when (not (listp (cdr articles)))
5930 ((not (listp (cdr range)))
6546 (if (and (not (listp (cdr read)))
6599 (if (and (not (listp (cdr read)))
6719 (unless (listp (cdr gnus-newsgroup-killed))
7043 "FAQ dir: " (and (listp gnus-group-faq-directory)
7942 (marks (if (listp mark
[all...]
H A Dgnus-topic.el570 (when (and (listp entry)
573 (when (listp entry)
H A Dnntp.el599 (when (and (listp connectionless)
1228 (if (and (listp (cadr entry))
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dquail.el154 ((and (listp x) (symbolp (car x)) (= (length x) 3))
944 (or (and (listp alist) (consp (car alist)))
1135 (if (not (listp (cdr map)))
1140 (if (not (listp (cdr trans)))
2086 (if (listp guidance)
2653 (when (and (consp map) (listp (cdr map)))
H A Dmule-cmds.el863 (not (listp default-coding-system)))
1258 (function (lambda (elm) (and (listp elm) (assq key elm)))))
2696 (if (listp plist)
H A Dmule.el114 (and (listp obj) (eq (car obj) 'quote)
1122 (if (listp (car flags))
1495 ((listp charset)
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc.el2366 ((listp buffer) buffer)
2412 ((listp type)
2485 (if (listp args)
4833 (if (listp thing)
5091 ((listp tgt) (cdr tgt))
5120 (if (and (listp d1)
5130 (if (and (listp d1)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dps-print.el3763 ((or (symbolp val) (listp val))
4655 (listp prefix-arg))
5752 (if (and the-color (listp the-color))
5828 ((and color (listp color) (= (length color) 3)
5873 (or (listp ps-use-face-background)
6367 ((listp face)
6387 ((not (listp face-or-list))
H A Dprinting.el4442 ((listp select)
4911 (if (listp path)
5145 (or (listp name-list)
5171 (and key-binding (listp (car key-binding))
5664 (or (listp switches)
H A Dsimple.el482 (if (and (listp sticky) (not (memq 'hard sticky)))
1514 (or (listp pending-undo-list)
2751 ((listp arg) 0)
2776 (if (listp arg) (setq arg (car arg)))
2782 (if (listp arg) (setq arg (car arg)))
H A Disearch.el1497 (listp (cadr keylist))
1748 (listp main-event)
H A Dmenu-bar.el494 (listp pending-undo-list)
1041 :button (:toggle . (if (listp text-mode-hook)
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el1641 (if (listp x)
1673 (when (and (listp x) (listp (cadr x)))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf2ps.el5378 ((listp node)
5661 (if (listp list-part)
5664 (if (and sep-part (listp sep-part))
H A Dcc-langs.el233 (unless (listp (car-safe ops))
258 (if (listp res) res (list res)))))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el1948 (when (listp (cdr (car alist)))
2080 (when (listp reftex-initialize-temporary-buffers)
H A Dorg.el3191 (if (not (listp (symbol-value var)))
6807 (unless (and org-table-clip (listp org-table-clip))
7627 (if (listp ev)
7642 (if (listp ev) (setq fmt nil ev "#ERROR"))
8855 (if (and (not splicep) (listp (car table)) (memq 'hline table))
10670 ((not (listp org-reverse-note-order)) nil)
10984 (listp org-log-done) (memq 'state org-log-done)))
11167 (when (and (listp org-log-done)
12495 (calendar-goto-date (if (listp date) date
12713 (let ((org-log-done (if (and (listp or
[all...]

Completed in 585 milliseconds

1234567891011>>