Home | History | Annotate | Download | only in wscons

Lines Matching defs:fgcol

191 	int n, m, help, flags, fgcol, bgcol;
518 fgcol = vd->fgcol;
526 vd->fgcol = vd->msgattrs.default_fg;
531 fgcol = vd->msgattrs.default_fg;
562 fgcol = ARG(vd, n) - 30;
565 fgcol = vd->msgattrs.default_fg;
583 if (vt100_selectattribute(vd, flags, fgcol, bgcol, &attr,
587 fgcol, bgcol, flags);
593 vd->fgcol = fgcol;
687 int flags, int fgcol, int bgcol, long *attr, long *bkgdattr)
698 error = (*vd->emulops->allocattr)(vd->emulcookie, fgcol, bgcol,
708 fgcol = WSEMUL_VT100_HILIT_FG;
710 fgcol = WSCOL_RED;
727 fgcol = WSEMUL_VT100_UNDERLINE_FG;
754 bgcol = fgcol;
755 fgcol = help;
763 error = (*vd->emulops->allocattr)(vd->emulcookie, fgcol, bgcol,