Searched refs:PXBASE (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/games/bs/ |
| D | bs.c | 115 #define PXBASE 3 macro 117 #define PX(x) (PXBASE + (x)*3) 413 (void) mvaddstr(PYBASE - 2, PXBASE + 5, "Main Board"); in initgame() 414 (void) mvaddstr(PYBASE - 1, PXBASE - 3,numbers); in initgame() 417 (void) mvaddch(PYBASE + i, PXBASE - 3, (chtype)(i + 'A')); in initgame() 427 (void) mvaddstr(PYBASE + BDEPTH, PXBASE - 3,numbers); in initgame() 597 (void) mvprintw(PYBASE + BDEPTH+1, PXBASE+11, "(%d, %c)", curx, 'A'+cury); in getcoord() 664 (void) mvaddstr(PYBASE + BDEPTH + 1, PXBASE + 11, " "); in getcoord()
|