Searched refs:listp (Results 201 - 225 of 316) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-mode.el299 (if (and (or (listp val)
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl.el166 (if (listp seq) (setcar (nthcdr n seq) val) (aset seq n val)))
H A Dtimer.el359 (and (listp event) (eq (car event) 'timer-event)))
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper.el644 ((not (listp (eval symbol))) nil)
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-pred.el271 (when (listp lst)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-gl.el823 (if (listp gnus-score-find-score-files-function)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhelp-fns.el362 ((listp arglist)
H A Dshadowfile.el310 (if (listp fullname)
H A Dtimezone.el103 (if (listp timezone)
H A Dbookmark.el466 (if (listp last-nonmenu-event)
1466 (if (listp blist)
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-alias.el423 ((and mh-alias-insert-file (listp mh-alias-insert-file))
H A Dmh-comp.el986 (if (listp msg) (append msg args) (cons msg args)))
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dlazy-lock.el576 ((listp defer-change)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf-otz.el487 (and lis (listp lis)
H A Dhideshow.el623 (if (listp start-elem)
H A Dicon.el299 (if (listp indent) (setq indent (car indent)))
H A Dmeta-mode.el472 (if (listp a) a (list a)))
H A Dsh-script.el1771 ;; (if (listp ancestor)
2318 ((not (listp elt))
2636 ((listp elt)
2742 (if (and info (listp (car info))
3099 (if (listp suggested)
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dsun-mouse.el248 *mouse-x*, and *mouse-y* as arguments; if the form is a list (listp),
268 ((listp form)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Drefbib.el482 ((listp vars) (r2b-require (car vars)) (r2b-require (cdr vars)))
H A Dreftex-sel.el360 ((listp loc)
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-cookie.el434 (and (listp url-privacy-level) (memq 'cookies url-privacy-level)))
H A Durl-util.el68 (and (listp url-debug) (memq tag url-debug)))
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpmap.h547 vm_offset_t *listp,
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1111 DBENV_METHOD(repmgr_site_list, (u_int *countp, DB_REPMGR_SITE **listp),
1112 (dbenv, countp, listp))

Completed in 313 milliseconds

1234567891011>>