Home
last modified time | relevance | path

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

/openbsd/src/games/bs/
Dbs.c134 #define SYBASE CYBASE + BDEPTH + 3 /* move key diagram */ macro
136 #define MYBASE SYBASE - 1 /* diagram caption */
138 #define HYBASE SYBASE - 1 /* help area */
459 (void) mvaddstr(SYBASE, SXBASE, "y k u 7 8 9"); in initgame()
460 (void) mvaddstr(SYBASE+1, SXBASE, " \\|/ \\|/ "); in initgame()
461 (void) mvaddstr(SYBASE+2, SXBASE, "h-+-l 4-+-6"); in initgame()
462 (void) mvaddstr(SYBASE+3, SXBASE, " /|\\ /|\\ "); in initgame()
463 (void) mvaddstr(SYBASE+4, SXBASE, "b j n 1 2 3"); in initgame()