Searched refs:modeptr (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c502 if (extrafunc1->u.modeptr->romaji_table) {
505 (char *)extrafunc1->u.modeptr->romaji_table)) {
506 extrafunc1->u.modeptr->romdic = romajidic;
507 extrafunc1->u.modeptr->romdic_owner = 0;
511 (char *)extrafunc1->u.modeptr->romaji_table)) {
512 extrafunc1->u.modeptr->romdic = englishdic;
513 extrafunc1->u.modeptr->romdic_owner = 0;
519 extrafunc2->u.modeptr->romaji_table) {
520 if (!strcmp((char *)extrafunc1->u.modeptr->romaji_table,
521 (char *)extrafunc2->u.modeptr
[all...]
H A Dkctrl.c664 if (p->u.modeptr->romdic_owner &&
665 p->u.modeptr->romdic != (struct RkRxDic *)NULL) {
666 RkwCloseRoma(p->u.modeptr->romdic);
668 free(p->u.modeptr->emode);
669 if (p->u.modeptr->romaji_table) {
670 free(p->u.modeptr->romaji_table);
672 free(p->u.modeptr);
H A Dmode.c107 return extrafunc->u.modeptr;
H A Dlisp.c3385 extrafunc->u.modeptr = (newmode *)malloc(sizeof(newmode));
3386 if (extrafunc->u.modeptr) {
3389 extrafunc->u.modeptr->romaji_table = (char *)0;
3390 extrafunc->u.modeptr->romdic = (struct RkRxDic *)0;
3391 extrafunc->u.modeptr->romdic_owner = 0;
3392 extrafunc->u.modeptr->flags = CANNA_YOMI_IGNORE_USERSYMBOLS;
3393 extrafunc->u.modeptr->emode = (KanjiMode)0;
3406 extrafunc->u.modeptr->emode = kanjimode;
3422 long f = extrafunc->u.modeptr->flags;
3431 extrafunc->u.modeptr
[all...]
H A Dempty.c237 newmode *nmode = estruct->u.modeptr;
H A Dkeydef.c384 retval = changeKeyOnSomeCondition(ep->u.modeptr->emode, key, fnum,
H A Dcanna.h783 newmode *modeptr; /* defmode �������������������������������� */ member in union:_extra_func::__anon1320

Completed in 60 milliseconds