Searched refs:assoc (Results 201 - 225 of 439) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Diso-transl.el282 (iso-transl-define-keys (cdr (assoc lang iso-transl-language-alist))))
H A Dtitdic-cnv.el346 (let ((title (nth 1 (assoc package quail-cxterm-package-ext-info))))
350 (princ (nth 2 (assoc tit-encode tit-encode-list)))
375 (doc-ext (nth 2 (assoc package quail-cxterm-package-ext-info))))
498 (setq slot (assoc tit-encode tit-encode-list))
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-compat.el65 (defun-mh mh-assoc-string assoc-string (key list case-fold)
66 "Like `assoc' but specifically for strings.
68 This function is used by Emacs versions that lack `assoc-string',
71 (assoc-ignore-case key list)
72 (assoc key list)))
H A Dmh-seq.el431 (assoc name mh-seq-list))
680 ((assoc (intern input) seq-list)
681 (cdr (assoc (intern input) seq-list)))
759 (let ((u (length (cdr (assoc mh-unseen-seq
H A Dmh-utils.el278 (cdr (assoc nil (assoc major-mode mh-help-messages)))))
297 (help (cdr (assoc prefix-char (assoc major-mode mh-help-messages)))))
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmwheel.el195 (amt (assoc mods mouse-wheel-scroll-amount)))
H A Dfacemenu.el575 (not (assoc (car (car l)) w32-default-color-map)))))
689 (key (cdr (assoc face facemenu-keybindings)))
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtelnet.el219 (properties (cdr (assoc host telnet-host-properties)))
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-toc.el231 (reftex-last-assoc-before-elt
463 (setq bor (reftex-last-assoc-before-elt 'toc data docstruct)
464 eor (assoc 'toc (cdr (memq bor docstruct)))
686 (level (cdr (assoc name reftex-section-levels-all)))
731 (ass (assoc head al))
785 (if (assoc newlabel (symbol-value reftex-docstruct-symbol))
H A Dreftex-index.el113 (macro (nth 1 (assoc char reftex-key-to-index-macro-alist)))
114 (entry (or (assoc macro reftex-index-macro-alist)
192 (let* ((index-tags (cdr (assoc 'index-tags
273 (let ((cell (assoc 'index-tags (symbol-value reftex-docstruct-symbol))))
581 (reftex-last-assoc-before-elt
760 (setq bor (reftex-last-assoc-before-elt 'toc data docstruct)
797 (bor (reftex-last-assoc-before-elt 'toc eor docstruct t)))
1223 (default-macro (nth 1 (assoc default-key
1392 (assoc char reftex-index-phrases-macro-data))))
1569 (assoc cha
[all...]
H A Dorg.el2789 (or (assoc (car e) r) (push e r)))
2790 (t (or (assoc (car e) r) (push e r)))))
3102 ((assoc key option) (cdr (assoc key option)))
3187 (while (setq l (assoc (pop opts) org-startup-options))
3220 (assoc (car e) org-tag-alist))
3719 (nth 1 (assoc (match-string 3)
6347 (fequation (or (assoc name eql) (assoc ref eql)))
6348 (cequation (assoc (in
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-http.el163 (no-cache (cdr-safe (assoc "Pragma" url-http-extra-headers)))
165 (proxy-auth (if (or (cdr-safe (assoc "Proxy-Authorization"
175 (auth (if (cdr-safe (assoc "Authorization" url-http-extra-headers))
200 ;; url-http-extra-headers contains an assoc-list of
351 (auth (url-get-authentication url (cdr-safe (assoc "realm" args))
H A Durl.el90 (let ((noproxy (and (not (assoc "no_proxy" url-proxy-services))
/macosx-10.9.5/ruby-104/ruby/ext/dbm/
H A Ddbm.c359 VALUE assoc, v; local
361 assoc = rb_assoc_new(rb_tainted_str_new(key.dptr, key.dsize),
363 v = rb_yield(assoc);
365 rb_ary_push(new, assoc);
/macosx-10.9.5/ruby-104/ruby/ext/sdbm/
H A Dinit.c364 VALUE assoc, v; local
366 assoc = rb_assoc_new(rb_external_str_new(key.dptr, key.dsize),
368 v = rb_yield(assoc);
370 rb_ary_push(new, assoc);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dlistbox.rb195 fontconf = ret.assoc('font')
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el1506 (cell (assoc table-key (eval table))))
2212 (assoc (downcase (match-string 0)) idlwave-block-matches))
2222 (assoc (downcase (match-string 1))
4311 ((cdr (assoc (downcase name) ,var)))
4785 (if (setq block (assoc link linkfiles))
4790 (if (setq master-elt (assoc master-link linkfiles))
4801 (setq entry (assoc x idlwave-system-routines))
4812 (setq new (assoc (cdr x) all-parts))
4824 (when (setq alias (assoc (cdr x) idlwave-system-routines))
4837 (when (setq alias (assoc (cd
[all...]
H A Dgdb-ui.el452 (let ((var1 (assoc (match-string 1 varnum) gdb-var-list)) var2 varnumlet
457 (setq var2 (assoc varnumlet gdb-var-list))
765 (let ((var (assoc varnum gdb-var-list)))
794 (if (assoc (car varchild) gdb-var-list)
826 (let ((var (assoc varnum gdb-var-list)))
910 (let* ((var (assoc token gdb-var-list))
948 ;; named according to the rules set forth in the gdb-buffer-rules-assoc
950 (defvar gdb-buffer-rules-assoc '())
954 The key should be one of the cars in `gdb-buffer-rules-assoc'."
960 The key should be one of the cars in `gdb-buffer-rules-assoc'
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzutil.c1549 char *o, *p, *n, **pp, **aval, **ap, *assoc = NULL, **cp, **np; local
1624 if (assoc) {
1629 assoc = o + 2;
1631 assoc = *args++;
1700 } else if (!(a = defarr) && !assoc) {
1820 if (assoc) {
1852 sethparam(assoc, aval);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-start.el963 (unless (assoc "archive" gnus-server-alist)
970 (memq 'respool (assoc (format "%s" (car method))
1357 ;; it from the newsrc hash table and assoc.
1391 ;; If the list is to be entered into the newsrc assoc, and
1393 ;; hashtb format and fix the pointers in the newsrc assoc.
1695 (if (setq cmethod (assoc method methods-cache))
1701 (not (setq method-type (cdr (assoc method type-cache)))))
1734 (if (assoc method retrieve-groups)
1735 (setcdr (assoc method retrieve-groups)
1736 (cons group (cdr (assoc metho
[all...]
H A Dgnus-gl.el651 (let ((oldrating (assoc mid grouplens-rating-alist)))
735 (oldrating (assoc grouplens-previous-article
H A Dgnus-int.el213 (let ((elem (assoc gnus-command-method gnus-opened-servers)))
689 (let* ((elem (assoc gnus-command-method gnus-opened-servers))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfeedmail.el1697 (setq entry (assoc key feedmail-queue-reminder-alist))
1762 (setq answer (or (assoc user-sez feedmail-prompt-before-queue-user-alist)
1764 (assoc (char-to-int user-sez) feedmail-prompt-before-queue-user-alist))
1765 (assoc user-sez feedmail-prompt-before-queue-standard-alist)
1767 (assoc (char-to-int user-sez) feedmail-prompt-before-queue-standard-alist))))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeymap.c149 "command undefined". ALIST is an assoc-list which holds bindings for
1380 Lisp_Object parsed, base, name, assoc;
1388 assoc = Fassoc (name, exclude_keys);
1390 if (! NILP (assoc))
1410 keystring = concat2 (build_string (new_mods), XCDR (assoc));
1453 Lisp_Object alist, assoc, var, val;
1475 if ((assoc = XCAR (alist), CONSP (assoc))
1476 && (var = XCAR (assoc), SYMBOLP (var))
1532 temp = Findirect_function (XCDR (assoc), Q
1376 Lisp_Object parsed, base, name, assoc; local
1448 Lisp_Object alist, assoc, var, val; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-init.el140 `(assoc (buffer-name) (viper-kbd-buf-alist ,macro-elt)))
150 `(assoc major-mode (viper-kbd-mode-alist ,macro-elt)))

Completed in 246 milliseconds

1234567891011>>