Lines Matching defs:thai_part
482 XicThaiPart *thai_part,
486 XicThaiPart *thai_part,
490 XicThaiPart *thai_part,
671 XicThaiPart *thai_part,
1023 XicThaiPart *thai_part,
1030 thai_part->comp_state = FIRST_COMPOSE_KEY_STATE;
1039 XicThaiPart *thai_part,
1047 thai_part->comp_state = NORMAL_KEY_STATE;
1055 thai_part->keysym = symbol; /* save key pressed */
1056 thai_part->comp_state = SECOND_COMPOSE_KEY_STATE;
1062 XicThaiPart *thai_part,
1069 thai_part->comp_state =FIRST_COMPOSE_KEY_STATE;
1075 thai_part->comp_state = NORMAL_KEY_STATE;
1079 if ((symbol = HexIMComposeSequence (thai_part->keysym, symbol))
1084 thai_part->comp_state = NORMAL_KEY_STATE; /* reset to normal state */
1297 XicThaiPart *thai_part;
1349 thai_part = &ic->private.local.thai;
1350 state = thai_part->comp_state;
1353 symbol = (* state_handler[state])(thai_part, symbol, (XKeyEvent *)ev);