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, const char *histname, 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 168 lib/widget/wtools.c if (def_text == INPUT_PASSWORD) def_text 172 lib/widget/wtools.c def_text = ""; def_text 176 lib/widget/wtools.c QUICK_LABELED_INPUT (p_text, input_label_above, def_text, histname, &my_str, NULL, def_text 444 lib/widget/wtools.c const char *def_text, gboolean strip_password, input_complete_t completion_flags) def_text 458 lib/widget/wtools.c strlen (history_name), history_name, strlen (def_text), def_text, sizeof (gboolean), def_text 463 lib/widget/wtools.c return fg_input_dialog_help (header, text, help, history_name, def_text, strip_password, def_text 471 lib/widget/wtools.c input_dialog (const char *header, const char *text, const char *history_name, const char *def_text, def_text 474 lib/widget/wtools.c return input_dialog_help (header, text, "[Input Line Keys]", history_name, def_text, FALSE, def_text 482 lib/widget/wtools.c const char *def_text, input_complete_t completion_flags) def_text 486 lib/widget/wtools.c result = input_dialog (header, text, history_name, def_text, completion_flags); def_text 66 lib/widget/wtools.h const char *def_text, input_complete_t completion_flags); def_text 68 lib/widget/wtools.h const char *history_name, const char *def_text, gboolean strip_password, def_text 71 lib/widget/wtools.h const char *def_text, input_complete_t completion_flags); def_text 1340 src/filemanager/filegui.c const char *def_text, gboolean *do_bg) def_text 1355 src/filemanager/filegui.c preserve = copymove_persistent_attr && filegui__check_attrs_on_fs (def_text); def_text 1361 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 993 src/filemanager/hotlist.c const char *def_text, char **r1, char **r2) def_text 997 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text1, input_label_above, def_text, "input-lbl", r1, NULL, FALSE, def_text 1000 src/filemanager/hotlist.c QUICK_LABELED_INPUT (text2, input_label_above, def_text, "input-lbl", r2, NULL, FALSE, def_text 1029 src/filemanager/hotlist.c char *def_text; def_text 1035 src/filemanager/hotlist.c def_text = vfs_path_to_str_flags (panel->cwd_vpath, 0, VPF_STRIP_PASSWORD); def_text 1037 src/filemanager/hotlist.c _ ("Directory path:"), "[Hotlist]", def_text, &title, &url); def_text 1038 src/filemanager/hotlist.c g_free (def_text);