Lines Matching refs:core
92 XIMCoreRec core;
194 if ((lcd->core->modifiers) && (*lcd->core->modifiers)) {
196 mod = strstr(lcd->core->modifiers, MODIFIER);
206 if ((im->core.im_name = strdup(buf)) == NULL)
210 im->core.lcd = lcd;
211 im->core.ic_chain = (XIC)NULL;
212 im->core.display = dpy;
213 im->core.rdb = rdb;
214 im->core.res_name = NULL;
215 im->core.res_class = NULL;
218 im->core.res_name = strdup(res_name);
221 im->core.res_class = strdup(res_class);
242 XFree(im->core.im_name);
243 XFree(im->core.res_name);
244 XFree(im->core.res_class);
288 ic->core.input_style = (XIMStyle)p->value;
290 ic->core.client_window = (Window)p->value ;
292 ic->core.focus_window = (Window)p->value ;
313 *((XIMStyle *)(p->value)) = ic->core.input_style;
315 *((Window *)(p->value)) = ic->core.client_window;
317 *((Window *)(p->value)) = ic->core.focus_window;
319 *((unsigned long *)(p->value))= ic->core.filter_events;
342 ic->core.im = im;
343 ic->core.filter_events = KeyPressMask;
347 if (!(ic->core.input_style))