Lines Matching refs:altitude
142 { 'a', 3, " altitude:", NULL },
420 if (p.altitude == 0)
429 if (p.altitude == 0)
566 if ((p.altitude == newalt) && (p.new_altitude == p.altitude))
567 return ("Already at that altitude");
569 return ("Already going to that altitude");
581 return ("altitude not changed");
585 newalt = p.altitude + c - '0';
588 newalt = p.altitude - (c - '0');
595 return ("Already going to that altitude");
600 return ("Altitude would be too low");
602 return ("Altitude would be too high");
673 if (p.altitude == 0)
685 if (p.altitude == 0)
697 if (p.altitude == 0)