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 191 lib/widget/wtools.c const char *history_name, const char *def_text, gboolean strip_password, def_text 209 lib/widget/wtools.c if (def_text == INPUT_PASSWORD) def_text 213 lib/widget/wtools.c def_text = ""; def_text 219 lib/widget/wtools.c QUICK_LABELED_INPUT (p_text, input_label_above, def_text, histname, &my_str, def_text 479 lib/widget/wtools.c const char *history_name, const char *def_text, gboolean strip_password, def_text 496 lib/widget/wtools.c strlen (def_text), def_text, def_text 502 lib/widget/wtools.c return fg_input_dialog_help (header, text, help, history_name, def_text, strip_password, def_text 510 lib/widget/wtools.c input_dialog (const char *header, const char *text, const char *history_name, const char *def_text, def_text 513 lib/widget/wtools.c return input_dialog_help (header, text, "[Input Line Keys]", history_name, def_text, FALSE, def_text 521 lib/widget/wtools.c const char *history_name, const char *def_text, def_text 526 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 1295 src/filemanager/filegui.c const char *def_text, gboolean *do_bg) def_text 1310 src/filemanager/filegui.c preserve = copymove_persistent_attr && filegui__check_attrs_on_fs (def_text); def_text 1316 src/filemanager/filegui.c vpath = vfs_path_from_str_flags (def_text, only_one ? VPF_NO_CANON : VPF_NONE); def_text 26 src/filemanager/filegui.h const void *text, const char *def_text, gboolean * do_bg);