wsdisplay_vcons.c | 1030 int pos, c, offset, ppos; local in function:vcons_copycols_noread 1037 ppos = ri->ri_cols * row + dstcol; 1038 pos = ppos + offset; 1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) || 1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) { 1045 vdp->chars[ppos] = scr->scr_chars[pos]; 1046 vdp->attrs[ppos] = scr->scr_attrs[pos]; 1053 ppos++; 1184 int pos, l, c, offset, ppos; local in function:vcons_copyrows_noread 1191 ppos = ri->ri_cols * dstrow [all...] |