Home
last modified time | relevance | path

Searched refs:pot_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_bool.c54 .pot_type = PROP_TYPE_BOOL,
H A Dprop_dictionary.c129 .pot_type = PROP_TYPE_DICTIONARY,
150 .pot_type = PROP_TYPE_DICT_KEYSYM,
H A Dprop_object_impl.h191 uint32_t pot_type; member
H A Dprop_data.c77 .pot_type = PROP_TYPE_DATA,
H A Dprop_string.c74 .pot_type = PROP_TYPE_STRING,
H A Dprop_number.c80 .pot_type = PROP_TYPE_NUMBER,
H A Dprop_array.c74 .pot_type = PROP_TYPE_ARRAY,
H A Dprop_object.c1129 return (po->po_type->pot_type); in prop_object_type()