def_text 821 lib/widget/input.c const char *def_text = ""; def_text 824 lib/widget/input.c def_text = (const char *) in->history.list->data; def_text 826 lib/widget/input.c input_assign_text (in, def_text); def_text 952 lib/widget/input.c input_new (int y, int x, const int *colors, int width, const char *def_text, def_text 980 lib/widget/input.c in->init_from_history = (def_text == INPUT_LAST_TEXT); def_text 982 lib/widget/input.c if (in->init_from_history || def_text == NULL) def_text 983 lib/widget/input.c def_text = ""; def_text 985 lib/widget/input.c input_assign_text (in, def_text); def_text 151 lib/widget/wtools.c const char *history_name, const char *def_text, gboolean strip_password, def_text 169 lib/widget/wtools.c if (def_text == INPUT_PASSWORD) def_text 173 lib/widget/wtools.c def_text = ""; def_text 179 lib/widget/wtools.c QUICK_LABELED_INPUT (p_text, input_label_above, def_text, histname, &my_str, def_text 446 lib/widget/wtools.c const char *history_name, const char *def_text, gboolean strip_password, def_text 463 lib/widget/wtools.c strlen (def_text), def_text, def_text 469 lib/widget/wtools.c return fg_input_dialog_help (header, text, help, history_name, def_text, strip_password, def_text 477 lib/widget/wtools.c input_dialog (const char *header, const char *text, const char *history_name, const char *def_text, def_text 480 lib/widget/wtools.c return input_dialog_help (header, text, "[Input Line Keys]", history_name, def_text, FALSE, def_text 488 lib/widget/wtools.c const char *history_name, const char *def_text, def_text 493 lib/widget/wtools.c result = input_dialog (header, text, history_name, def_text, completion_flags); def_text 66 lib/widget/wtools.h const char *history_name, const char *def_text, def_text 69 lib/widget/wtools.h const char *history_name, const char *def_text, gboolean strip_password, def_text 72 lib/widget/wtools.h const char *def_text, input_complete_t completion_flags); def_text 1357 src/filemanager/filegui.c const char *def_text, gboolean *do_bg) def_text 1372 src/filemanager/filegui.c preserve = copymove_persistent_attr && filegui__check_attrs_on_fs (def_text); def_text 1378 src/filemanager/filegui.c vpath = vfs_path_from_str_flags (def_text, only_one ? VPF_NO_CANON : VPF_NONE); def_text 171 src/filemanager/filegui.h const void *text, const char *def_text, gboolean * do_bg); def_text 998 src/filemanager/hotlist.c const char *help, const char *def_text, char **r1, char **r2) def_text 1002 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text1, input_label_above, def_text, "input-lbl", r1, NULL, def_text 1005 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text2, input_label_above, def_text, "input-lbl", r2, NULL, def_text 1030 src/filemanager/hotlist.c char *def_text; def_text 1036 src/filemanager/hotlist.c def_text = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD); def_text 1038 src/filemanager/hotlist.c _("Directory path:"), "[Hotlist]", def_text, &title, &url); def_text 1039 src/filemanager/hotlist.c g_free (def_text);