Lines Matching defs:ppos
1017 int pos, c, offset, ppos;
1024 ppos = ri->ri_cols * row + dstcol;
1025 pos = ppos + offset;
1028 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1029 (scr->scr_attrs[pos] != vdp->attrs[ppos])) {
1032 vdp->chars[ppos] = scr->scr_chars[pos];
1033 vdp->attrs[ppos] = scr->scr_attrs[pos];
1040 ppos++;
1171 int pos, l, c, offset, ppos;
1178 ppos = ri->ri_cols * dstrow;
1179 pos = ppos + offset;
1183 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1184 (scr->scr_attrs[pos] != vdp->attrs[ppos])) {
1187 vdp->chars[ppos] = scr->scr_chars[pos];
1188 vdp->attrs[ppos] = scr->scr_attrs[pos];
1195 ppos++;