Searched refs:dlg_edit_string (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/dialog/package/ |
| H A D | dialog.map | 73 dlg_edit_string;
|
| H A D | dialog.sym | 112 dlg_edit_string
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | inputbox.c | 197 edit = dlg_edit_string(input, &chr_offset, key, fkey, first); in dialog_inputbox()
|
| H A D | editbox.c | 636 edit = dlg_edit_string(buffer, &chr_offset, key, fkey, FALSE); in dlg_editbox()
|
| H A D | inputstr.c | 518 dlg_edit_string(char *string, int *chr_offset, int key, int fkey, bool force) in dlg_edit_string() function
|
| H A D | menubox.c | 170 if (dlg_edit_string(result, &offset, key, fkey, first)) { in input_menu_edit()
|
| H A D | dialog.h | 729 extern bool dlg_edit_string(char * /*string*/, int * /*offset*/, int /*key*/, int /*fkey*/, bool /*…
|
| H A D | fselect.c | 898 int edit = dlg_edit_string(input, &offset, key, fkey, first); in dlg_fselect()
|
| H A D | textbox.c | 560 if (dlg_edit_string(input, &offset, key, fkey, first)) { in get_search_term()
|
| H A D | formbox.c | 866 edit = dlg_edit_string(current->text, &chr_offset, key, in dlg_form()
|
| H A D | CHANGES | 1552 broken by the rewrite of dlg_edit_string(). 1674 + use beep() rather than flash() in dlg_edit_string(), for consistency
|