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

/freebsd-13-stable/contrib/dialog/
H A Dutil.c1574 if (y >= ybase + SHADOW_ROWS
1575 && y < ylast + SHADOW_ROWS
1581 && y < ylast + SHADOW_ROWS
1657 for (i = 0; i < SHADOW_ROWS; ++i) {
1664 RepaintCell(dw, draw, i + y + SHADOW_ROWS, j + x + width);
2179 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS);
H A Ddialog.h131 #define SLINES (LINES - (dialog_state.use_shadow ? SHADOW_ROWS : 0))
164 #define SHADOW_ROWS 1 /* rows to reserve for window's shadow */ macro

Completed in 60 milliseconds