HomeSort by: relevance | last modified time | path
    Searched defs:end_row (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
internals.c 1312 _FORMI_FIELD_LINES *end_row; local in function:_formi_scroll_fwd
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
    [all...]
internals.c 1312 _FORMI_FIELD_LINES *end_row; local in function:_formi_scroll_fwd
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
    [all...]

Completed in 130 milliseconds