Searched refs:dicts (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-spelling.el66 (dicts erc-spelling-dictionaries))
67 (when dicts
68 (while (and dicts
69 (not (string= name (downcase (caar dicts)))))
70 (setq dicts (cdr dicts)))
72 (if dicts
73 (cadr (car dicts))
/macosx-10.10.1/postfix-255/postfix/src/postmap/
H A Dpostmap.c318 DICT **dicts; /* map handles */ member in struct:__anon11582
461 DICT **dicts = state->dicts; local
470 if (dicts[n] == 0)
471 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
474 if ((value = dict_get(dicts[n], keybuf)) != 0) {
477 dicts[n]->type, dicts[n]->name, keybuf);
479 dicts[n]->type, dicts[
525 DICT **dicts; local
663 DICT **dicts; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c458 DICT **dicts; local
472 dicts = (DICT **) mymalloc(sizeof(*dicts) * map_count);
474 dicts[n] = 0;
482 if (dicts[n] == 0)
483 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
486 if ((value = dict_get(dicts[n], STR(keybuf))) != 0) {
489 dicts[n]->type, dicts[n]->name, STR(keybuf));
491 dicts[
549 DICT **dicts; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py24 def dictValueFilter(dicts, regex):
25 for dct in dicts:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py24 def dictValueFilter(dicts, regex):
25 for dct in dicts:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py24 def dictValueFilter(dicts, regex):
25 for dct in dicts:
/macosx-10.10.1/vim-55/runtime/indent/
H A Dpostscr.vim42 " Indent for dicts, arrays, and saves with possible trailing comment
47 " Remove indent for popped dicts, and restores.
51 " Else handle immediate dedents of dicts, restores, and arrays.
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c248 CFDictionaryRef *dicts = (CFDictionaryRef *)malloc(sizeof(CFDictionaryRef) * j); local
249 CFDictionaryGetKeysAndValues(mediaTypeDict, NULL, (const void **) dicts);
254 CFMutableDictionaryRef newDict = CFDictionaryCreateMutableCopy(NULL, 0, dicts[i]);
260 free(dicts);
340 CFDictionaryRef *dicts = (CFDictionaryRef *)malloc(sizeof(CFDictionaryRef) * persCount); local
341 CFDictionaryGetKeysAndValues(personalities, NULL, (const void **) dicts);
342 personality = (CFDictionaryRef) dicts[0];
343 free(dicts);
391 CFDictionaryRef *dicts = (CFDictionaryRef *)malloc(sizeof(CFDictionaryRef) * persCount); local
392 CFDictionaryGetKeysAndValues(personalities, NULL, (const void **) dicts);
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c558 CFDictionaryRef* dicts = malloc(count * sizeof(CFDictionaryRef)); local
562 CFDictionaryGetKeysAndValues(plugin->_browsers, (const void**)browsers, (const void**)dicts);
568 CFDictionaryRef browserDict = dicts[i];
593 free(dicts);
613 free(dicts);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.h76 int publish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, CFArrayRef dicts);
H A Dscnc_utils.c813 publishes multiple dictionaries to the cache, given the dict names and the dicts. Indices must match up exactly
815 int publish_multiple_dicts(SCDynamicStoreRef store, CFStringRef serviceID, CFArrayRef dictNames, CFArrayRef dicts) argument
829 if (!dictNames || !dicts)
834 if (numDicts != CFArrayGetCount(dicts))
841 dict = CFArrayGetValueAtIndex(dicts, i);
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dispell.el140 ;; function `ispell-change-dictionary' now only completes valid dicts.
912 (ispell-call-process ispell-program-name nil t nil "dicts")
1020 (let ((dicts (append ispell-local-dictionary-alist ispell-dictionary-alist))
1023 (dolist (dict dicts)
1121 (let ((dicts (if (fboundp 'ispell-valid-dictionary-list)
1143 (if (null dicts)
1144 (setq dicts (cons "default" nil)))
1145 (dolist (name dicts)
/macosx-10.10.1/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm237 Your data contains dicts or lists that are nested deeper than the $max_depth passed to C<bdecode()>.
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dzlib.c1075 VALUE dicts = rb_ivar_get(self, id_dictionaries); local
1076 VALUE dict = rb_hash_aref(dicts, rb_uint2inum(z->stream.adler));

Completed in 616 milliseconds