Home
last modified time | relevance | path

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

/dports/games/mahjong/mj-1.16-src/
H A Dscoring.c126 int i,doubles,centilims; in score_of_hand() local
151 centilims = 0; in score_of_hand()
171 if ( clims > centilims ) centilims = clims; \ in score_of_hand()
756 if ( centilims ) { in score_of_hand()
758 if ( centilims*limit/100 > tot.value ) tot.value = centilims*limit/100; in score_of_hand()
760 tot.value = centilims*limit/100; in score_of_hand()
H A Dgui-dial.c3239 int centilims; in make_or_refresh_option_updater() local
3340 centilims = goe->value.optscore/1000000; in make_or_refresh_option_updater()
3365 switch ( centilims ) { in make_or_refresh_option_updater()
3377 centilims); in make_or_refresh_option_updater()
3516 int centilims,dbls,pts; in option_updater_callback() local
3547 centilims = 100*GTK_TOGGLE_BUTTON(gtk_object_get_data(GTK_OBJECT(w),"lim"))->active; in option_updater_callback()
3553 val = 1000000*centilims + 10000 * dbls + pts; in option_updater_callback()
3568 int centilims,dbls,pts; in prefs_updater_callback() local
3598 centilims = 100*GTK_TOGGLE_BUTTON(gtk_object_get_data(GTK_OBJECT(w),"lim"))->active; in prefs_updater_callback()
3599 centilims += 50*GTK_TOGGLE_BUTTON(gtk_object_get_data(GTK_OBJECT(w),"halflim"))->active; in prefs_updater_callback()
[all …]