Home | History | Annotate | Download | only in wscons

Lines Matching defs:ppos

1030 		int pos, c, offset, ppos;
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;
1191 ppos = ri->ri_cols * dstrow;
1192 pos = ppos + offset;
1196 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1197 (scr->scr_attrs[pos] != vdp->attrs[ppos])) {
1200 vdp->chars[ppos] = scr->scr_chars[pos];
1201 vdp->attrs[ppos] = scr->scr_attrs[pos];
1208 ppos++;