Home
last modified time | relevance | path

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

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dscore.c175 extern int countrylist_points; in scoreByContinentOrCountry()
195 if (inList == 1 && countrylist_points != -1) in scoreByContinentOrCountry()
196 points = countrylist_points; in scoreByContinentOrCountry()
200 if (countrylist_points != -1) in scoreByContinentOrCountry()
201 points = countrylist_points; in scoreByContinentOrCountry()
H A Dparse_logcfg.c283 extern int countrylist_points; in parse_logcfg()
1216 if (countrylist_points == -1) in parse_logcfg()
1217 countrylist_points = atoi(c_temp); in parse_logcfg()
H A Dmain.c132 int countrylist_points = -1; variable
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Dtest_score.c30 extern int countrylist_points;
88 countrylist_points = -1; in setup_default()
326 countrylist_points = 4; in test_scoreByCorC_countrylistOnly()
377 countrylist_points = 3; in test_scoreByCorC_InList()
H A Ddata.c83 int countrylist_points = -1; variable
/dports/comms/tlf/tlf-tlf-1.4.1/
H A DChangeLog3288 - renamed 'multiplier_points' to 'countrylist_points'