HomeSort by: relevance | last modified time | path
    Searched refs:rc_wsflg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/rcons/
rcons.h 82 u_int rc_wsflg; /* wscons attribute flags */ member in struct:rconsole
rcons_subr.c 94 rc->rc_wsflg = WSATTR_HILIT;
98 rc->rc_wsflg = 0;
268 rc->rc_wsflg = 0;
288 rc->rc_wsflg |= WSATTR_REVERSE;
294 rc->rc_wsflg |= WSATTR_HILIT;
300 rc->rc_wsflg |= WSATTR_UNDERLINE;
436 rc->rc_wsflg = 0;
495 if ((rc->rc_wsflg & WSATTR_REVERSE) &&
506 flg = (rc->rc_wsflg | WSATTR_WSCOLORS) & rc->rc_supwsflg;

Completed in 31 milliseconds