Home
last modified time | relevance | path

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

/dports/devel/sdlskk/sdlskk-0.5/
H A Ddictionary.c82 SDLSKK_DictionaryItem* item; in SDLSKK_Dict_get()
86 item = SDLSKK_malloc( sizeof(SDLSKK_DictionaryItem) ); in SDLSKK_Dict_get()
108 void SDLSKK_DictItem_next( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_next()
115 void SDLSKK_DictItem_prev( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_prev()
121 void SDLSKK_DictItem_reset( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_reset()
126 void SDLSKK_DictItem_delete( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_delete()
131 int SDLSKK_DictItem_is_end( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_is_end()
136 int SDLSKK_DictItem_is_begin( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_is_begin()
141 void SDLSKK_DictItem_commit( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_commit()
167 int SDLSKK_DictItem_get_count( SDLSKK_DictionaryItem* item ) in SDLSKK_DictItem_get_count()
[all …]
H A Dsdlskk_internal.h53 struct SDLSKK_DictionaryItem { struct
109 SDLSKK_DictionaryItem* dict_item;
150 void SDLSKK_DictItem_next( SDLSKK_DictionaryItem* item );
151 void SDLSKK_DictItem_prev( SDLSKK_DictionaryItem* item );
152 void SDLSKK_DictItem_reset( SDLSKK_DictionaryItem* item );
153 void SDLSKK_DictItem_delete( SDLSKK_DictionaryItem* item );
154 int SDLSKK_DictItem_is_end( SDLSKK_DictionaryItem* item );
155 int SDLSKK_DictItem_is_begin( SDLSKK_DictionaryItem* item );
156 void SDLSKK_DictItem_commit( SDLSKK_DictionaryItem* item );
159 void SDLSKK_DictItem_set_current( SDLSKK_DictionaryItem* item,
[all …]
H A Dsdlskk.h16 typedef struct SDLSKK_DictionaryItem SDLSKK_DictionaryItem; typedef
H A Dtestdict.c41 SDLSKK_DictionaryItem *item; in check_DictItem()
H A Dcontext.c338 SDLSKK_DictionaryItem item; in graph_on_j_henkan_active_mode()
657 SDLSKK_DictionaryItem* dict_item; in register_word_on_j_kakutei_mode()
970 SDLSKK_DictionaryItem item; in SDLSKK_Context_get_minibuffer_Str()
H A Dunittest.c74 SDLSKK_DictionaryItem* item; in test_SDLSKK_DictItem()