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

/freebsd-10.1-release/contrib/dialog/
H A Dutil.c1539 && x < xlast + SHADOW_COLS) {
1544 && x >= ybase + SHADOW_COLS
1545 && x < ylast + SHADOW_COLS) {
1621 RepaintCell(dw, draw, i + y + height, j + x + SHADOW_COLS);
1625 for (j = 0; j < SHADOW_COLS; ++j) {
2136 (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS);
H A Ddialog.h164 #define SHADOW_COLS 2 macro

Completed in 100 milliseconds