Home
last modified time | relevance | path

Searched refs:entry_text (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c2211 char_u *entry_text; in find_replace_dialog_create() local
2224 char_u *old_text = entry_text; in find_replace_dialog_create()
2225 entry_text = string_convert(&output_conv, entry_text, NULL); in find_replace_dialog_create()
2234 if (entry_text != NULL) in find_replace_dialog_create()
2251 vim_free(entry_text); in find_replace_dialog_create()
2335 sensitive = (entry_text != NULL && entry_text[0] != NUL); in find_replace_dialog_create()
2336 if (entry_text != NULL) in find_replace_dialog_create()
2570 vim_free(entry_text); in find_replace_dialog_create()
2651 const gchar *entry_text; in entry_changed_cb() local
2656 if (!entry_text) in entry_changed_cb()
[all …]
H A Dgui_motif.c3643 char_u *entry_text; in find_replace_dialog_create() local
3648 entry_text = get_find_dialog_text(arg, &wword, &mcase); in find_replace_dialog_create()
3664 if (entry_text != NULL) in find_replace_dialog_create()
3665 XmTextFieldSetString(frdp->what, (char *)entry_text); in find_replace_dialog_create()
3666 vim_free(entry_text); in find_replace_dialog_create()
3967 if (entry_text != NULL) in find_replace_dialog_create()
3968 XmTextFieldSetString(frdp->what, (char *)entry_text); in find_replace_dialog_create()
3969 vim_free(entry_text); in find_replace_dialog_create()
H A Dgui_w32.c2664 char_u *entry_text; in initialise_findrep() local
2667 entry_text = get_find_dialog_text(initial_string, &wword, &mcase); in initialise_findrep()
2675 if (entry_text != NULL && *entry_text != NUL) in initialise_findrep()
2677 WCHAR *p = enc_to_utf16(entry_text, NULL); in initialise_findrep()
2687 vim_free(entry_text); in initialise_findrep()