Searched refs:GRIDSIZE (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/ncurses/c++/
H A Ddemo.cc306 const int GRIDSIZE = 3; local
316 if (i % GRIDSIZE == 0 && j % GRIDSIZE == 0) {
322 else if (i % GRIDSIZE == 0)
324 else if (j % GRIDSIZE == 0)
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c3960 #define GRIDSIZE 3 macro
4009 if (y % GRIDSIZE == 0 && x % GRIDSIZE == 0) {
4019 } else if (y % GRIDSIZE == 0)
4021 else if (x % GRIDSIZE == 0)

Completed in 212 milliseconds