Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/dialog/package/
H A Ddialog.map72 dlg_edit_offset;
H A Ddialog.sym111 dlg_edit_offset
/freebsd-13.1/contrib/dialog/
H A Dinputbox.c167 col_offset = dlg_edit_offset(input, chr_offset, box_width); in dialog_inputbox()
H A Deditbox.c282 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
H A Dinputstr.c677 dlg_edit_offset(char *string, int chr_offset, int x_last) in dlg_edit_offset() function
H A Ddialog.h734 extern int dlg_edit_offset(char * /*string*/, int /*offset*/, int /*x_last*/);