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

  /src/sys/dev/ic/
pcdisplayvar.h 43 int cursortmp; /* glyph & attribute behind software cursor */ member in struct:pcdisplayscreen
vga_raster.c 139 struct vga_scrmem cursortmp; member in struct:vgascreen
1051 scr->cursortmp = scr->mem[off];
1053 scr->cursortmp.ch, scr->cursortmp.attr ^ 0x77);
1055 scr->cursortmp.ch = 0;
1056 scr->cursortmp.attr = 0;
1057 scr->cursortmp.second = 0;
1058 scr->cursortmp.enc = scr->encoding;
1075 scr->encoding = scr->cursortmp.enc;
1076 if (scr->cursortmp.second
    [all...]

Completed in 16 milliseconds