Searched refs:listp (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddiff.el109 ,@(if (listp switches) switches (list switches))
H A Dfacemenu.el634 (if (listp prev)
644 (cons face (if (listp self-insert-face)
704 (lambda (m) (and (listp m)
760 (lambda (m) (and (listp m)
H A Dhelp-macro.el178 (if (listp char)
H A Dicomplete.el288 (if (and (listp candidates) (null (car candidates)))
H A Dkmacro.el264 (if (and arg (listp arg))
293 kmacro-counter (if (and current-prefix-arg (listp current-prefix-arg))
309 kmacro-counter (if (and current-prefix-arg (listp current-prefix-arg))
569 (let ((append (and arg (listp arg))))
698 ((and arg (listp arg))
770 (listp mac)
H A Dfont-lock.el1295 (let ((val (if (listp value) value (list value))) next prev)
1300 (append val (if (listp prev) prev (list prev)))
1309 (let ((val (if (listp value) value (list value))) next prev)
1314 (append (if (listp prev) prev (list prev)) val)
1351 ;; ((and (listp prev) (memq value prev))
1721 (if (listp keywords)
1738 (cond ((not (and (listp keywords) (symbolp (car keywords))))
2302 (when (or (and (listp face)
H A Dpcomplete.el557 (if (not (listp predicates))
634 (listp pcomplete-stub)
660 (if (and (listp pcomplete-stub)
1141 (listp pcomplete-help)))
1142 (if (listp pcomplete-help)
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dgeneric.el309 (unless (listp keyword-list)
H A Delint.el434 (if (and (listp fcode) (eq (car fcode) 'macro))
522 ((and (listp code) (eq (car code) 'lambda))
524 ((and (listp code) (eq (car code) 'macro))
563 (listp (car (cdr varlist)))
675 ((listp errlist) errlist)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-encode.el144 (or (and (listp type)
H A Dmml-smime.el95 (and (listp (car-safe smime-keys))
H A Dgnus-async.el352 (listp gnus-async-header-prefetched)
369 (listp gnus-async-header-prefetched)
H A Dimap.el647 (let ((cmds (if (listp imap-ssl-program) imap-ssl-program
750 (let ((cmds (if (listp imap-shell-program) imap-shell-program
1395 (if (listp items)
1398 (if (listp items)
1414 (if (listp items)
1461 (if (listp list)
1473 (if (and (listp range) (not (listp (cdr range))))
1481 (if (listp uids)
1493 (if (listp uid
[all...]
H A Dnnimap.el982 (if (and (listp pattern)
983 (listp (cdr pattern)))
1279 (if (and (listp nnimap-split-rule) (listp (car nnimap-split-rule))
1280 (list (cdar nnimap-split-rule)) (listp (cadar nnimap-split-rule)))
1287 (if (listp nnimap-split-inbox)
1627 (if (and (not (null preds)) (listp preds))
1638 (not (listp result)))
1643 (if (listp flag)
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudcb-ldap.el118 (if (listp return-attrs)
H A Deudc.el407 ((listp eudc-default-return-attributes)
444 ((listp val) val)
563 (not (listp (eudc-cdar rec))))
570 (if (listp (cdr field))
1050 (if (listp sexp)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcwarn.el244 (if (not (listp keywords))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-auc.el39 (and (listp reftex-plug-into-AUCTeX)
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-exception.mm1115 struct alt_handler_list **listp = &DebugLists;
1116 while (*listp && *listp != list) listp = &(*listp)->next_DEBUGONLY;
1117 if (*listp) *listp = (*listp)->next_DEBUGONLY;
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-glob.el142 (when (and (listp (car terms))
155 (if (listp list)
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfeedmail.el2302 ((listp feedmail-from-line)
2330 ((listp feedmail-sender-line)
2369 ((listp feedmail-date-generator)
2419 ((listp feedmail-message-id-generator)
2458 ((listp feedmail-x-mailer-line)
2489 ((listp addy-plex)
2501 (if (listp lofp)
2523 ((listp fp)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_meta.c689 __db_free_truncate(dbp, ip, txn, flags, c_data, listp, nelemp, last_pgnop)
695 db_pglist_t **listp;
720 if (listp != NULL) {
721 *listp = NULL;
805 if (nelems != 0 && listp != NULL) {
806 *listp = list;
/macosx-10.9.5/rsync-42/rsync/
H A Dproto.h53 int check_filter(struct filter_list_struct *listp, char *name, int name_is_dir);
54 void parse_rule(struct filter_list_struct *listp, const char *pattern,
56 void parse_filter_file(struct filter_list_struct *listp, const char *fname,
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dccl.el284 (null (listp (car (cdr ccl-program)))))
360 ((listp cmd)
387 (cond ((listp right)
416 (if (listp right)
435 (if (listp left)
483 (if (and (listp condition)
484 (listp (car condition)))
564 (if (listp expr)
761 ((listp rrr)
766 (if (listp lef
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-util.el1109 ((listp key)
1161 ((listp arg) arg)
1178 ((listp arg) (viper-eventify-list-xemacs arg))
1260 ((and (listp key)
1508 (cond ((listp addl-chars) (viper-charlist-to-string addl-chars))
1512 (cond ((listp syntax) syntax)
1566 (cond ((listp seq)

Completed in 346 milliseconds

1234567891011>>