Home | History | Annotate | Download | only in dist

Lines Matching defs:borders

153 	 * Left/right borders. The wp->sy / 2 test is to colour only half the
182 /* Top/bottom borders. */
257 int borders = 0;
268 * top, and bottom (bit 1) of this cell are borders.
275 borders |= 8;
277 borders |= 4;
281 borders |= 2;
283 borders |= 1;
287 borders |= 2;
290 borders |= 1;
294 borders |= 2;
296 borders |= 1;
304 switch (borders) {
661 log_debug("%s: redrawing borders", c->name);
829 /* Draw the borders. */