Searched refs:getkeys (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dhx_locl.h184 int (*getkeys)(hx509_context, hx509_certs, void *, hx509_private_key **); member in struct:hx509_keyset_ops
H A Dkeyset.c771 if (certs->ops->getkeys == NULL) {
775 return (*certs->ops->getkeys)(context, certs, certs->ops_data, keys);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows.tcl108 set key [$tbl getkeys $row]
H A DembeddedWindows_tile.tcl143 set key [$tbl getkeys $row]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsubst.c1646 int getkeys = -1; local
1979 if (getkeys < 0)
1980 getkeys = 0;
1987 getkeys |= GETKEY_EMACS;
1990 getkeys |= GETKEY_OCTAL_ESC;
1993 getkeys |= GETKEY_CTRL;
3284 if (getkeys >= 0) {
3294 *ap2 = getkeystring(*ap, &len, getkeys, NULL);
3299 val = getkeystring(val, &len, getkeys, NULL);
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h1309 static void getkeys(key **keys, ub4 *nkeys, const string_map& strings) function in namespace:objc_opt
1340 getkeys(&keys, &nkeys, strings);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtablelist_core.rb608 simplelist(tk_send('getkeys', first.collect{|idx| _to_idx(idx)})).collect!{|elem| simplelist(elem) }
612 simplelist(tk_send('getkeys', first, last))
615 alias getkeys get_keys
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistWidget.tcl342 getfullkeys getkeys hasattrib hascellattrib hascolumnattrib \
2312 mwutil::wrongNumArgs "$win getkeys firstIndex lastIndex" \
2313 "$win getkeys indexList"

Completed in 222 milliseconds