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

  /src/sys/dev/wscons/
wsemul_vt100_keys.c 185 if (vd->flags & VTFL_APPLCURSOR)
192 if (vd->flags & VTFL_APPLCURSOR)
199 if (vd->flags & VTFL_APPLCURSOR)
206 if (vd->flags & VTFL_APPLCURSOR)
vt100_base.h 45 #define VTFL_APPLCURSOR 0x008
wsemul_vt100_subr.c 872 flags |= VTFL_APPLCURSOR;
874 flags &= ~VTFL_APPLCURSOR;
875 res = ((flags & VTFL_APPLCURSOR) ? 1 : 2);

Completed in 12 milliseconds