Home
last modified time | relevance | path

Searched refs:base_row (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/
H A Deditbox.c151 int base_row, in display_one() argument
163 thisrow - base_row, in display_one()
211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() argument
215 if (target < *base_row) { in scroll_to()
217 if (*base_row == 0 && *this_row == 0) { in scroll_to()
221 *base_row = 0; in scroll_to()
226 *base_row = target; in scroll_to()
232 *base_row = rows - 1; in scroll_to()
237 } else if (target >= *base_row + pagesize) { in scroll_to()
239 *base_row = target; in scroll_to()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c316 u32 base_row; member
3734 …for (row = ram_defs->base_row; row < ram_defs->base_row + ram_defs->num_rows; row++, offset += VFC… in ecore_grc_dump_vfc_ram()