Home
last modified time | relevance | path

Searched refs:SLOT_X (Results 1 – 2 of 2) sorted by relevance

/openbsd/games/sail/
H A Dplayer.h86 #define SLOT_X 3 macro
89 #define SLOT_R (SLOT_L+SLOT_X-1)
H A Dpl_7.c74 slot_w = newwin(SLOT_Y, SLOT_X, SLOT_T, SLOT_L); in initscreen()