Lines Matching refs:first_undef_row
158 JDIMENSION first_undef_row; /* row # of first uninitialized row */
174 JDIMENSION first_undef_row; /* row # of first uninitialized row */
658 sptr->first_undef_row = 0;
682 bptr->first_undef_row = 0;
703 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
736 rows = MIN(rows, (long) ptr->first_undef_row - thisrow);
809 if (ptr->first_undef_row < end_row) {
810 if (ptr->first_undef_row < start_row) {
815 undef_row = ptr->first_undef_row;
818 ptr->first_undef_row = end_row;
894 if (ptr->first_undef_row < end_row) {
895 if (ptr->first_undef_row < start_row) {
900 undef_row = ptr->first_undef_row;
903 ptr->first_undef_row = end_row;