Searched refs:PLANE (Results 1 – 6 of 6) sorted by relevance
/original-bsd/games/atc/ |
H A D | list.c | 26 PLANE * 29 return ((PLANE *) calloc(1, sizeof (PLANE))); in newplane() 34 PLANE *p; 36 PLANE *q = NULL, *r = NULL; 72 PLANE *p;
|
H A D | struct.h | 67 } PLANE; typedef 70 PLANE *head, *tail;
|
H A D | update.c | 29 PLANE *pp, *p1, *p2, *p; in update() 198 PLANE *pp; in command() 230 PLANE *p; in name() 251 PLANE *pp; in next_plane() 278 PLANE p, *pp, *p1; in addplane() 346 PLANE * 349 PLANE *pp; in findplane() 361 PLANE *p1, *p2; in too_close()
|
H A D | extern.h | 36 extern PLANE *findplane(), *newplane();
|
H A D | graphics.c | 54 PLANE *pp; in erase_all() 68 PLANE *pp; in draw_all() 293 PLANE *pp; in planewin() 335 PLANE *p; in loser()
|
H A D | input.c | 161 PLANE p; 218 PLANE *pp; in getcommand() 345 PLANE *pp; in setplane()
|