Lines Matching defs:bgcol
191 int n, m, help, flags, fgcol, bgcol;
519 bgcol = vd->bgcol;
527 vd->bgcol = vd->msgattrs.default_bg;
532 bgcol = vd->msgattrs.default_bg;
571 bgcol = ARG(vd, n) - 40;
574 bgcol = vd->msgattrs.default_bg;
583 if (vt100_selectattribute(vd, flags, fgcol, bgcol, &attr,
587 fgcol, bgcol, flags);
594 vd->bgcol = bgcol;
687 int flags, int fgcol, int bgcol, long *attr, long *bkgdattr)
698 error = (*vd->emulops->allocattr)(vd->emulcookie, fgcol, bgcol,
713 bgcol = WSEMUL_VT100_HILIT_BG;
730 bgcol = WSEMUL_VT100_UNDERLINE_BG;
732 bgcol = WSCOL_BROWN;
753 help = bgcol;
754 bgcol = fgcol;
763 error = (*vd->emulops->allocattr)(vd->emulcookie, fgcol, bgcol,