Searched refs:first_modified_row (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_driver.c868 int row_after_bottom, first_modified_row, first_unmodified_row; local
886 first_modified_row = form->toprow;
887 first_unmodified_row = first_modified_row + field->rows;
894 first_modified_row = form->toprow;
895 while (first_modified_row < row_after_bottom)
897 if (is_linetouched(form->w, first_modified_row))
899 first_modified_row++;
901 first_unmodified_row = first_modified_row;
912 first_modified_row = form->toprow;
913 first_unmodified_row = first_modified_row
[all...]

Completed in 59 milliseconds