Home
last modified time | relevance | path

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

/dragonfly/games/bs/
H A Dbs.c55 #define CYBASE 3 macro
57 #define CY(y) (CYBASE + (y))
66 #define SYBASE CYBASE + BDEPTH + 3 /* move key diagram */
345 mvaddstr(CYBASE - 2, CXBASE + 7,"Hit/Miss Board"); in initgame()
346 mvaddstr(CYBASE - 1, CXBASE - 3, numbers); in initgame()
349 mvaddch(CYBASE + i, CXBASE - 3, i + 'A'); in initgame()
364 mvaddstr(CYBASE + BDEPTH,CXBASE - 3,numbers); in initgame()
513 mvprintw(CYBASE + BDEPTH+1, CXBASE+11, "(%d, %c)", curx, 'A'+cury); in getcoord()
579 mvaddstr(CYBASE + BDEPTH + 1, CXBASE + 11, " "); in getcoord()