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

/freebsd-11.0-release/contrib/dialog/
H A Dinputstr.c642 int x_last,
655 if ((cols[offset] - cols[n]) < x_last
656 && (offset == limit || (cols[offset + 1] - cols[n]) < x_last)) {
675 dlg_edit_offset(char *string, int chr_offset, int x_last) argument
679 compute_edit_offset(string, chr_offset, x_last, &result, 0);
695 int x_last, /* number of columns on screen */
699 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base;
715 compute_edit_offset(string, chr_offset, x_last, &input_x, &scrollamt);
719 for (i = scrollamt, k = 0; i < limit && k < x_last;
640 compute_edit_offset(const char *string, int chr_offset, int x_last, int *p_dpy_column, int *p_scroll_amt) argument
689 dlg_show_string(WINDOW *win, const char *string, int chr_offset, chtype attr, int y_base, int x_base, int x_last, bool hidden, bool force) argument
[all...]
H A Dutil.c1496 int x_last = getmaxx(win) + x_base; local
1498 if (y >= y_base && y <= y_last && x >= x_base && x <= x_last)

Completed in 47 milliseconds