Searched refs:rows_to_go (Results 1 – 1 of 1) sorted by relevance
2015 int rows_to_go = (nlines > 0 ? nlines : -nlines); in VSC_Generic() local2019 if ((rows_to_go + form->toprow) > (field->drows - field->rows)) in VSC_Generic()2020 rows_to_go = (field->drows - field->rows - form->toprow); in VSC_Generic()2022 if (rows_to_go > 0) in VSC_Generic()2024 form->currow += rows_to_go; in VSC_Generic()2025 form->toprow += rows_to_go; in VSC_Generic()2031 if (rows_to_go > form->toprow) in VSC_Generic()2032 rows_to_go = form->toprow; in VSC_Generic()2034 if (rows_to_go > 0) in VSC_Generic()2036 form->currow -= rows_to_go; in VSC_Generic()[all …]