Lines Matching refs:oldrow
865 int mvcur(int oldrow, int oldcol, int newrow, int newcol) const {866 return ::mvcur(oldrow, oldcol, newrow, newcol); }