Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym125 dlg_edit_offset
H A Ddialog.map84 dlg_edit_offset;
/freebsd/contrib/dialog/
H A Dinputbox.c171 col_offset = dlg_edit_offset(input, chr_offset, box_width); in dialog_inputbox()
H A Dinputstr.c681 dlg_edit_offset(char *string, int chr_offset, int x_last) in dlg_edit_offset() function
H A Deditbox.c285 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
H A Ddialog.h769 extern int dlg_edit_offset(char * /*string*/, int /*offset*/, int /*x_last*/);