Home
last modified time | relevance | path

Searched refs:_prop_dictionary_keysym (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_dictionary.c62 struct _prop_dictionary_keysym { struct
71 #define PDK_SIZE_16 (sizeof(struct _prop_dictionary_keysym) + 16) argument
72 #define PDK_SIZE_32 (sizeof(struct _prop_dictionary_keysym) + 32)
73 #define PDK_SIZE_128 (sizeof(struct _prop_dictionary_keysym) + 128)
180 const struct _prop_dictionary_keysym *pdk1 = n1; in _prop_dict_keysym_rb_compare_nodes()
181 const struct _prop_dictionary_keysym *pdk2 = n2; in _prop_dict_keysym_rb_compare_nodes()
191 const struct _prop_dictionary_keysym *pdk = n; in _prop_dict_keysym_rb_compare_key()
200 .rbto_node_offset = offsetof(struct _prop_dictionary_keysym, pdk_link),
/netbsd-src/common/include/prop/
H A Dprop_dictionary.h39 typedef struct _prop_dictionary_keysym *prop_dictionary_keysym_t;