Home
last modified time | relevance | path

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

/openbsd/games/atc/
H A Dextern.h61 extern C_SCREEN screen, *sp;
111 void setup_screen(const C_SCREEN *);
H A Dextern.c61 C_SCREEN screen, *sp = &screen;
H A Dstruct.h74 } C_SCREEN; typedef
H A Dgraphics.c109 setup_screen(const C_SCREEN *scp) in setup_screen()