Searched refs:WSATTR_UNDERLINE (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dwsconsctl.h49 #define WSATTR_UNDERLINE 8 macro
H A Dutil.c164 { WSATTR_UNDERLINE, "underline" },
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplayvar.h84 #define WSATTR_UNDERLINE 8 macro
H A Dwsemul_vt100_subr.c493 flags |= WSATTR_UNDERLINE;
505 flags &= ~WSATTR_UNDERLINE;
659 if ((flags & WSATTR_UNDERLINE) &&
661 flags &= ~WSATTR_UNDERLINE;
H A Dwscons_rops.c226 WSATTR_UNDERLINE | WSATTR_WSCOLORS))
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dsmg.c320 if (attr & WSATTR_UNDERLINE)
570 if (ss->ss_attr[row][col] & WSATTR_UNDERLINE)
H A Dspx.c945 if (flags & WSATTR_UNDERLINE)
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dega.c814 if (flags & WSATTR_UNDERLINE)
819 if (flags & (WSATTR_UNDERLINE | WSATTR_REVERSE))
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c442 WSATTR_UNDERLINE | WSATTR_WSCOLORS))
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Ddiofb.c354 flg = ((flg & WSATTR_UNDERLINE) ? 1 : 0);
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_subr.c300 rc->rc_wsflg |= WSATTR_UNDERLINE;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvga.c1110 if (flags & WSATTR_UNDERLINE)
1115 if (flags & (WSATTR_UNDERLINE | WSATTR_REVERSE))
H A Dvga_raster.c1415 if (flags & WSATTR_UNDERLINE)
1420 if (flags & (WSATTR_UNDERLINE | WSATTR_REVERSE))
/netbsd-6-1-5-RELEASE/sys/dev/rasops/
H A Drasops.c608 flg = ((flg & WSATTR_UNDERLINE) ? 1 : 0);
641 *attr = (bg << 16) | (fg << 24) | ((flg & WSATTR_UNDERLINE) ? 7 : 6);
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Damidisplaycc.c612 underline = (mode & WSATTR_UNDERLINE) > 0;
H A Dgrf_cv.c2427 if (flg & WSATTR_UNDERLINE) *attr = 0x01;
H A Dgrf_cv3d.c2303 if (flg & WSATTR_UNDERLINE) *attr = 0x01;
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dstic.c759 if ((flags & (WSATTR_BLINK | WSATTR_UNDERLINE)) != 0)

Completed in 238 milliseconds