Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/package/
HDdialog.sym125 dlg_edit_offset
HDdialog.map84 dlg_edit_offset;
/freebsd-14-stable/contrib/dialog/
HDinputbox.c171 col_offset = dlg_edit_offset(input, chr_offset, box_width); in dialog_inputbox()
HDinputstr.c681 dlg_edit_offset(char *string, int chr_offset, int x_last) in dlg_edit_offset() function
HDeditbox.c285 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
HDdialog.h769 extern int dlg_edit_offset(char * /*string*/, int /*offset*/, int /*x_last*/);