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

/freebsd-11-stable/contrib/dialog/
H A Dutil.c1536 if (y >= ybase + SHADOW_ROWS
1537 && y < ylast + SHADOW_ROWS
1543 && y < ylast + SHADOW_ROWS
1619 for (i = 0; i < SHADOW_ROWS; ++i) {
1626 RepaintCell(dw, draw, i + y + SHADOW_ROWS, j + x + width);
2136 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS);
H A Ddialog.h163 #define SHADOW_ROWS 1 macro

Completed in 71 milliseconds