Home | History | Annotate | Download | only in libform

Lines Matching defs:end_row

1312 	_FORMI_FIELD_LINES *end_row;
1314 end_row = field->start_line;
1317 while ((count > 0) && (end_row->next != NULL))
1320 end_row = end_row->next;
1324 if ((count > 0) && (end_row->next == NULL))
1329 * and the end_row at the same time for amt lines, we stop when
1330 * either we have done the number of lines or end_row hits the
1334 while ((count > 0) && (end_row->next != NULL)) {
1337 end_row = end_row->next;