Home
last modified time | relevance | path

Searched refs:position_defined (Results 1 – 3 of 3) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dutil.h103 extern int position_defined(long lat, long lon, int strict);
H A Ddb.c15600 …if (found_pos && position_defined(p_station->coord_lat,p_station->coord_lon,1)) // ignore undefi… in data_add()
15632 position_defined(last_lat, last_lon, 1), in data_add()
15639 if (position_defined(last_lat,last_lon,1) in data_add()
15684 if (position_defined(last_lat,last_lon,1)) // ignore undefined and 0N/0E in data_add()
15782 if (changed_pos == 1 || !position_defined(last_lat,last_lon,0)) in data_add()
21769 if (position_defined(p_station->coord_lat,p_station->coord_lon,0)) in locate_station()
21997 if (position_defined(p_station->coord_lat,p_station->coord_lon,1)) in calc_aloha_distance()
H A Dutil.c2192 int position_defined(long lat, long lon, int UNUSED(strict)) in position_defined() function