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

  /src/lib/libmenu/
internals.c 521 int incr, cur_row, offset, row_count; local in function:_menui_draw_menu
532 row_count = 0;
537 row_count++;
570 row_count++;
573 if (row_count < menu->item_rows) {
574 for (cur_row = row_count; cur_row < menu->item_rows; cur_row++) {
  /src/lib/libform/
form.h 215 unsigned int row_count; /* number of rows actually used in field */ member in struct:_form_field

Completed in 11 milliseconds