Searched refs:row_after_bottom (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
872 row_after_bottom = form->toprow + field->rows;
878 if (form->currow >= row_after_bottom)
895 while (first_modified_row < row_after_bottom)
902 while (first_unmodified_row < row_after_bottom)

Completed in 110 milliseconds