Searched refs:elt2 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFXMLNode.c62 CFXMLElementInfo *elt1, *elt2; local
64 elt2 = (CFXMLElementInfo *)desc2->additionalData;
65 if (elt1->isEmpty != elt2->isEmpty) return false;
66 if (elt1->attributes == elt2->attributes) return true;
67 if (!elt1->attributes) return (CFDictionaryGetCount(elt2->attributes) == 0);
68 if (!elt2->attributes) return (CFDictionaryGetCount(elt1->attributes) == 0);
69 return CFEqual(elt1->attributes, elt2->attributes);
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/
H A Dcheck.c2724 const cfg_listelt_t *elt2; local
2747 for (elt2 = cfg_list_next(elt);
2748 elt2 != NULL;
2749 elt2 = cfg_list_next(elt2)) {
2750 const cfg_obj_t *acl2 = cfg_listelt_value(elt2);
2774 const cfg_listelt_t *elt2; local
2784 for (elt2 = cfg_list_next(elt);
2785 elt2 != NULL;
2786 elt2
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmouse.el1847 (function (lambda (elt1 elt2)
1848 (> (length elt1) (length elt2))))))
1897 (function (lambda (elt1 elt2)
1898 (string< (buffer-name elt1) (buffer-name elt2))))))
H A Dmsb.el950 (lambda (elt1 elt2)
951 (< (car elt1) (car elt2)))))))
H A Ddired-aux.el1930 (function (lambda (elt1 elt2)
1932 (dired-get-subdir-min elt2)))))))
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dcharacters.el574 (dolist (elt2 l)
575 (let* ((from (car elt2))
576 (counts (1+ (- (nth 1 elt2) from)))
577 (category (nth 2 elt2)))
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c606 const cfg_listelt_t *elt, *elt2; local
619 for (elt2 = cfg_list_first(keylist);
620 elt2 != NULL;
621 elt2 = cfg_list_next(elt2)) {
622 key = cfg_listelt_value(elt2);

Completed in 139 milliseconds