Searched refs:oldLine (Results 1 – 1 of 1) sorted by relevance
1309 NCURSES_CH_T *oldLine = CurScreen(SP_PARM)->_line[lineno].text; in TransformLine() local1330 if (!CharEq(newLine[n], oldLine[n])) { in TransformLine()1331 oldPair = GetPair(oldLine[n]); in TransformLine()1334 && unColor(oldLine[n]) == unColor(newLine[n])) { in TransformLine()1339 SetPair(oldLine[n], GetPair(newLine[n])); in TransformLine()1349 if (!SameAttrOf(newLine[firstChar], oldLine[firstChar])) { in TransformLine()1365 oldLine, newLine, lineno, 0, in TransformLine()1431 if (!CharEq(oldLine[oFirstChar], blank)) in TransformLine()1443 && CharEq(newLine[firstChar], oldLine[firstChar])) in TransformLine()1462 oldLine[firstChar++] = blank; in TransformLine()[all …]