Mercurial > freewnn
view Wnn/manual/3.libwnn/jl_lib/next @ 3:ed4bb01eb317
- suppress warnings.
- partially fixed comparison between pointer and 0.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 13 Dec 2007 19:53:14 +0900 |
parents | bbc77ca4def5 |
children |
line wrap: on
line source
JL_NEXT( ) UNIX Programmer's Manual JL_NEXT( ) 名称 jl_next() 次候補設定を現在の次のものにする。 jl_previous() 次候補設定を現在の前のものにする。 jl_next_dai() (大文節)次候補設定を現在の次のものにする。 jl_previous_dai() (大文節)次候補設定を現在の前のものにする。 形式 #include "jllib.h" int jl_next(buf) struct wnn_buf *buf /* バッファ */ int jl_previous(buf) struct wnn_buf *buf; /* バッファ */ int jl_next_dai(buf) struct wnn_buf *buf /* バッファ */ int jl_previous_dai(buf) struct wnn_buf *buf; /* バッファ */ 機能 jl_next, jl_next_dai は、全候補中、選択されている次の文節を 選択する。 jl_previous,jl_previous_dai は、全候補中、選択されている前の 文節を選択する。 jl_set_jikouho,jl_set_jikouho_dai を参照。 リターンバリュー 次候補のオフセットを返す。 使用上の注意 jl_set_jikouho(buf,jl_c_zenkouho(buf)+1) などに等しい。 Printed 1/22/92 30 September 1991 1