Home
last modified time | relevance | path

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

/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dyahoo.c40 static xg_callback wpt_s, wpt_lat, wpt_lon, wpt_e; variable
46 { wpt_lon, cb_cdata, "/ResultSet/Result/Longitude" },
96 void wpt_lon(const char *args, const char **unused) in wpt_lon() function
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dyahoo.h84 void wpt_lon(const QString&, const QXmlStreamAttributes*);
90 {&YahooFormat::wpt_lon, cb_cdata, "/ResultSet/Result/Longitude"},
H A Dyahoo.cc70 YahooFormat::wpt_lon(xg_string args, const QXmlStreamAttributes*) in wpt_lon() function in YahooFormat