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

/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c131 * base_row is the first row number in the window
138 int base_row,
150 thisrow - base_row,
198 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) argument
202 if (target < *base_row) {
204 if (*base_row == 0 && *this_row == 0) {
208 *base_row = 0;
213 *base_row = target;
219 *base_row = rows - 1;
224 } else if (target >= *base_row
134 display_one(WINDOW *win, char *text, int thisrow, int show_row, int base_row, int chr_offset) argument
335 int thisrow, base_row, lastrow; local
[all...]

Completed in 89 milliseconds