cl_under          113 modules/zebra.c static color cl_under, cl_over;
cl_under          135 modules/zebra.c     cl_under = BG_COLOR(user_color(conf.zebra_color));
cl_under          298 modules/zebra.c                     buf[s] = buf[s+1] = (yy>over)?cl_over:(yy<conf.zebra_under)?cl_under:COLOR_TRANSPARENT;
cl_under          397 modules/zebra.c                 else buf[s]=(yy>over)?cl_over:(yy<conf.zebra_under)?cl_under:COLOR_TRANSPARENT;
cl_under          548 modules/zebra.c     cl_under = BG_COLOR(user_color(conf.zebra_color));
cl_under          563 modules/zebra.c             clr[9].yuv = color_to_rawpx(cl_under, &(clr[9].op));