Lines Matching refs:core
87 lcd->core = Xcalloc(1, sizeof(XLCdPublicRec));
88 if (lcd->core == NULL)
100 Xfree(lcd->core);
145 XLCdMethods core = &publicMethods.core;
148 methods->close = core->close;
151 methods->map_modifiers = core->map_modifiers;
168 methods->init_parse_info = core->init_parse_info;
171 methods->mb_text_prop_to_list = core->mb_text_prop_to_list;
174 methods->wc_text_prop_to_list = core->wc_text_prop_to_list;
177 methods->utf8_text_prop_to_list = core->utf8_text_prop_to_list;
180 methods->mb_text_list_to_prop = core->mb_text_list_to_prop;
183 methods->wc_text_list_to_prop = core->wc_text_list_to_prop;
186 methods->utf8_text_list_to_prop = core->utf8_text_list_to_prop;
189 methods->wc_free_string_list = core->wc_free_string_list;
192 methods->default_string = core->default_string;
216 name = lcd->core->name;
259 if (lcd->core) {
260 Xfree(lcd->core->name);
261 Xfree(lcd->core->modifiers);
262 Xfree(lcd->core);
306 XLCdPublic pub = (XLCdPublic) lcd->core;