Searched refs:dlg_edit_string (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/dialog/ |
H A D | inputbox.c | 210 int edit = dlg_edit_string(input, &chr_offset, key, fkey, first); in dialog_inputbox()
|
H A D | dialog.h | 615 extern bool dlg_edit_string(char * /*string*/, int * /*offset*/, int /*key*/, int /*fkey*/, bool /*…
|
H A D | editbox.c | 645 edit = dlg_edit_string(buffer, &chr_offset, key, fkey, FALSE); in dlg_editbox()
|
H A D | inputstr.c | 506 dlg_edit_string(char *string, int *chr_offset, int key, int fkey, bool force) in dlg_edit_string() function
|
H A D | menubox.c | 181 if (dlg_edit_string(result, &offset, key, fkey, first)) { in input_menu_edit()
|
H A D | fselect.c | 898 int edit = dlg_edit_string(input, &offset, key, fkey, first); in dlg_fselect()
|
H A D | textbox.c | 575 if (dlg_edit_string(input, &offset, key, fkey, first)) { in get_search_term()
|
H A D | formbox.c | 871 edit = dlg_edit_string(current->text, &chr_offset, key, in dlg_form()
|
H A D | CHANGES | 1859 broken by the rewrite of dlg_edit_string(). 1981 + use beep() rather than flash() in dlg_edit_string(), for consistency
|