Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dinputbox.c178 col_offset = dlg_edit_offset(input, chr_offset, box_width); in dialog_inputbox()
H A Ddialog.h620 extern int dlg_edit_offset(char * /*string*/, int /*offset*/, int /*x_last*/);
H A Deditbox.c283 #define UPDATE_COL(input) col_offset = dlg_edit_offset(input, chr_offset, box_width)
H A Dinputstr.c664 dlg_edit_offset(char *string, int chr_offset, int x_last) in dlg_edit_offset() function