Home
last modified time | relevance | path

Searched refs:current_personality (Results 1 – 1 of 1) sorted by relevance

/dports/japanese/anthy/anthy-0.4/src-main/
H A Dcontext.c52 static char *current_personality; variable
67 if (!current_personality) { in get_personality()
68 current_personality = strdup("default"); in get_personality()
69 anthy_dic_set_personality(current_personality); in get_personality()
71 return current_personality; in get_personality()
669 if (current_personality) { in anthy_do_set_personality()
676 current_personality = strdup(id); in anthy_do_set_personality()
684 current_personality = NULL; in anthy_init_personality()
690 if (current_personality) { in anthy_quit_personality()
691 free(current_personality); in anthy_quit_personality()
[all …]