Lines Matching defs:im
61 static void parsestringfile(FILE *fp, Xim im, int depth);
309 TransFileName(Xim im, char *name)
336 lcCompose = _XlcFileName(im->core.lcd, COMPOSE_FILE);
410 get_mb_string (Xim im, char *buf, KeySym ks)
425 if (_XlcConvert(im->private.local.ucstoc_conv,
435 if (_XlcConvert(im->private.local.cstomb_conv,
452 Xim im,
461 DTIndex *top = &im->private.local.top;
462 DefTreeBase *b = &im->private.local.base;
501 if ((filename = TransFileName(im, tokenbuf)) == NULL)
507 parsestringfile(infp, im, depth);
609 l = get_mb_string(im, local_mb_buf, rhs_keysym);
716 Xim im)
718 parsestringfile(fp, im, 0);
724 Xim im,
739 while (parseline(fp, im, tbp, depth) >= 0) {}