Searched defs:bkgdattr (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/dev/wscons/ |
H A D | wsemul_vt100_subr.c | 231 uint32_t attr, bkgdattr; wsemul_vt100_handle_csi() local 762 vt100_selectattribute(struct wsemul_vt100_emuldata * edp,int flags,int fgcol,int bgcol,uint32_t * attr,uint32_t * bkgdattr) vt100_selectattribute() argument [all...] |
H A D | wsemul_sun.c | 113 uint32_t curattr, bkgdattr; /* currently used attribute */ member 407 uint32_t attr, bkgdattr; in wsemul_sun_control() local 892 int fgcol, int bgcol, uint32_t *attr, uint32_t *bkgdattr) in wsemul_sun_selectattribute()
|
H A D | wsemul_vt100var.h | 58 uint32_t curattr, bkgdattr; /* currently used attribute */ member
|