Searched refs:dlg_edit_string (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/dialog/ |
| H A D | inputbox.c | 187 edit = dlg_edit_string(input, &chr_offset, key, fkey, first); in dialog_inputbox()
|
| H A D | editbox.c | 615 edit = dlg_edit_string(buffer, &chr_offset, key, fkey, FALSE); in dlg_editbox()
|
| H A D | inputstr.c | 516 dlg_edit_string(char *string, int *chr_offset, int key, int fkey, bool force) in dlg_edit_string() function
|
| H A D | dialog.h | 699 extern bool dlg_edit_string(char * /*string*/, int * /*offset*/, int /*key*/, int /*fkey*/, bool /*…
|
| H A D | menubox.c | 170 if (dlg_edit_string(result, &offset, key, fkey, first)) { in input_menu_edit()
|
| H A D | textbox.c | 560 if (dlg_edit_string(input, &offset, key, fkey, first)) { in get_search_term()
|
| H A D | fselect.c | 885 int edit = dlg_edit_string(input, &offset, key, fkey, first); in dlg_fselect()
|
| H A D | formbox.c | 848 edit = dlg_edit_string(current->text, &chr_offset, key, in dlg_form()
|
| H A D | CHANGES | 1233 broken by the rewrite of dlg_edit_string(). 1355 + use beep() rather than flash() in dlg_edit_string(), for consistency
|