Home
last modified time | relevance | path

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

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dscore.c182 extern int my_cont_points; in scoreByContinentOrCountry()
206 else if (my_cont_points != -1) in scoreByContinentOrCountry()
207 points = my_cont_points; in scoreByContinentOrCountry()
215 else if (my_cont_points != -1) in scoreByContinentOrCountry()
216 points = my_cont_points; in scoreByContinentOrCountry()
218 if (my_cont_points != -1) in scoreByContinentOrCountry()
219 points = my_cont_points; in scoreByContinentOrCountry()
230 points = my_cont_points; in scoreByContinentOrCountry()
H A Dparse_logcfg.c281 extern int my_cont_points; in parse_logcfg()
1239 if (my_cont_points == -1) in parse_logcfg()
1240 my_cont_points = atoi(c_temp); in parse_logcfg()
H A Dmain.c128 int my_cont_points = -1; variable
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Dtest_score.c27 extern int my_cont_points;
84 my_cont_points = -1; in setup_default()
336 my_cont_points = 1; in test_scoreByCorC_continentlistOnly()
354 my_cont_points = 3; in test_scoreByCorC_notInList()
382 my_cont_points = 2; in test_scoreByCorC_InList()
H A Ddata.c79 int my_cont_points = -1; variable