Home
last modified time | relevance | path

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

/netbsd-src/games/gomoku/
H A Dbdisp.c45 #define SCRNH 24 /* assume 24 lines for the moment */ macro
66 if (LINES < SCRNH || COLS < SCRNW) in cursinit()
68 SCRNW, SCRNH); in cursinit()
244 if (++lastline >= SCRNH - 1) { in dislog()