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

  /src/sys/dev/wscons/
wsdisplay_vconsvar.h 71 #define VCONS_DONT_READ (VCONS_NO_COPYCOLS|VCONS_NO_COPYROWS|VCONS_NO_CURSOR)
74 #define VCONS_NO_CURSOR 0x80 /* use putchar() based cursor(), to
wsdisplay_vcons.c 414 if (scr->scr_flags & VCONS_NO_CURSOR) {
557 if (scr->scr_flags & VCONS_NO_CURSOR) {

Completed in 27 milliseconds