Home
last modified time | relevance | path

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

/original-bsd/games/atc/
H A Dupdate.c99 switch (pp->dest_type) { in update()
133 if (pp->dest_type == T_AIRPORT) in update()
147 if (pp->dest_type == T_EXIT) in update()
207 (pp->dest_type == T_AIRPORT) ? 'A' : 'E', pp->dest_no);
290 p.dest_type = T_EXIT; in addplane()
293 p.dest_type = T_AIRPORT; in addplane()
343 return (pp->dest_type); in addplane()
H A Dinput.c165 int dest_type, dest_no, dir; variable
248 dest_type = T_NODEST; in getcommand()
428 if (dest_type != T_NODEST) { in delayb()
429 switch (dest_type) { in delayb()
458 dest_type = T_BEACON; in beacon()
465 dest_type = T_EXIT; in ex_it()
472 dest_type = T_AIRPORT; in airport()
528 switch (dest_type) { in benum()
H A Dstruct.h57 int dest_type; member