Home
last modified time | relevance | path

Searched refs:type_rels (Results 1 – 4 of 4) sorted by relevance

/reactos/base/applications/cmdutils/reg/
H A Dadd.c29 for (i = 0; i < ARRAY_SIZE(type_rels); i++) in wchar_get_type()
31 if (!wcsicmp(type_rels[i].name, type_name)) in wchar_get_type()
32 return type_rels[i].type; in wchar_get_type()
H A Dquery.c24 int i, array_size = ARRAY_SIZE(type_rels); in reg_type_to_wchar()
28 if (type == type_rels[i].type) in reg_type_to_wchar()
29 return type_rels[i].name; in reg_type_to_wchar()
H A Dreg.h34 extern const struct reg_type_rels type_rels[8];
H A Dreg.c41 const struct reg_type_rels type_rels[] = variable