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

/macosx-10.10/vim-55/src/
H A Dgui_gtk.c1555 char_u *entry_text; local
1564 entry_text = get_find_dialog_text(arg, &wword, &mcase);
1566 if (entry_text != NULL && output_conv.vc_type != CONV_NONE)
1568 char_u *old_text = entry_text;
1569 entry_text = string_convert(&output_conv, entry_text, NULL);
1578 if (entry_text != NULL)
1580 gtk_entry_set_text(GTK_ENTRY(frdp->what), (char *)entry_text);
1587 vim_free(entry_text);
1623 sensitive = (entry_text !
1848 const gchar *entry_text; local
[all...]
H A Dgui_w48.c2562 char_u *entry_text; local
2565 entry_text = get_find_dialog_text(initial_string, &wword, &mcase);
2573 if (entry_text != NULL && *entry_text != NUL)
2574 vim_strncpy(s_findrep_struct.lpstrFindWhat, entry_text,
2576 vim_free(entry_text);
H A Dgui_motif.c3544 static void find_replace_dialog_create __ARGS((char_u *entry_text, int do_replace));
3712 char_u *entry_text; local
3717 entry_text = get_find_dialog_text(arg, &wword, &mcase);
3733 if (entry_text != NULL)
3734 XmTextFieldSetString(frdp->what, (char *)entry_text);
3735 vim_free(entry_text);
4037 if (entry_text != NULL)
4038 XmTextFieldSetString(frdp->what, (char *)entry_text);
4039 vim_free(entry_text);

Completed in 133 milliseconds