Home
last modified time | relevance | path

Searched refs:numApproaches (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Drunways.cxx196 for (unsigned int i=0; i<apt->numApproaches(); ++i) in getApproaches()
H A Dairport.hxx262 unsigned int numApproaches() const;
H A Dairport.cxx854 unsigned int FGAirport::numApproaches() const in numApproaches() function in FGAirport
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalPositioned.cxx1012 for (unsigned int s=0; s<apt->numApproaches(); ++s) { in f_airport_approaches()