Home
last modified time | relevance | path

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

/src/contrib/dialog/
H A Deditbox.c149 int thisrow, in display_one() argument
160 ((thisrow == show_row) in display_one()
163 thisrow - base_row, in display_one()
278 #define Scroll_To(target) scroll_to(pagesize, listsize, &base_row, &thisrow, target)
281 #define PREV_ROW (*list)[thisrow - 1]
282 #define THIS_ROW (*list)[thisrow]
283 #define NEXT_ROW (*list)[thisrow + 1]
352 int thisrow, base_row, lastrow; in dlg_editbox() local
385 thisrow = base_row = lastrow = 0; in dlg_editbox()
447 display_all(editing, *list, thisrow, base_row, listsize, chr_offset); in dlg_editbox()
[all …]