Home
last modified time | relevance | path

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

/dragonfly/games/atc/
H A Dupdate.c121 case T_AIRPORT: in update()
154 if (pp->dest_type == T_AIRPORT) in update()
221 (pp->dest_type == T_AIRPORT) ? 'A' : 'E', pp->dest_no); in command()
310 p.dest_type = T_AIRPORT; in addplane()
335 p.orig_type = T_AIRPORT; in addplane()
355 if (pp->orig_type == T_AIRPORT) in addplane()
H A Ddef.h69 #define T_AIRPORT 3 macro
H A Dinput.c465 case T_AIRPORT: in delayb()
499 dest_type = T_AIRPORT; in airport()
576 case T_AIRPORT: in benum()