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

/freebsd-11-stable/contrib/dialog/
H A Dmixedform.c70 listitems[i].name_x = dlg_ordinate(ItemNameX(i));
H A Dformbox.c83 if (ok_move(win, scrollamt, item->name_y, item->name_x)) {
85 len = MIN(len, getmaxx(win) - item->name_x);
92 item->name_x,
96 move_past(win, item->name_y - scrollamt, item->name_x + len);
376 min_w = MAX(min_w, item[i].name_x + 1 + item[i].name_len);
783 && items[n].name_x <= col
784 && (items[n].name_x + items[n].name_len > col
931 listitems[i].name_x = dlg_ordinate(ItemNameX(i));
H A Ddialog.h625 int name_x; /* ...its x-ordinate */ member in struct:__anon941

Completed in 143 milliseconds