Searched refs:wword (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 2062 GtkWidget *wword; // 'Whole word only' check button member 2212 int wword = FALSE; in find_replace_dialog_create() local 2220 entry_text = get_find_dialog_text(arg, &wword, &mcase); in find_replace_dialog_create() 2237 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(frdp->wword), in find_replace_dialog_create() 2238 (gboolean)wword); in find_replace_dialog_create() 2412 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(frdp->wword), in find_replace_dialog_create() 2413 (gboolean)wword); in find_replace_dialog_create() 2416 gtk_grid_attach(GTK_GRID(table), frdp->wword, 0, 2, 5, 1); in find_replace_dialog_create() 2418 gtk_table_attach(GTK_TABLE(table), frdp->wword, 0, 1023, 2, 3, in find_replace_dialog_create() 2423 gtk_grid_attach(GTK_GRID(table), frdp->wword, 0, 3, 5, 1); in find_replace_dialog_create() [all …]
|
| H A D | gui_motif.c | 3463 Widget wword; // 'Exact match' check button member 3523 Boolean wword; in find_replace_callback() local 3552 XtVaGetValues(sfr->wword, XmNset, &wword, NULL); in find_replace_callback() 3554 if (wword) in find_replace_callback() 3639 int wword = FALSE; in find_replace_dialog_create() local 3648 entry_text = get_find_dialog_text(arg, &wword, &mcase); in find_replace_dialog_create() 3668 XtVaSetValues(frdp->wword, XmNset, wword, NULL); in find_replace_dialog_create() 3939 frdp->wword = XtVaCreateManagedWidget("wordToggle", in find_replace_dialog_create() 3946 XmNset, wword, in find_replace_dialog_create() 3957 XmNtopWidget, frdp->wword, in find_replace_dialog_create() [all …]
|
| H A D | gui_w32.c | 2662 int wword = FALSE; in initialise_findrep() local 2667 entry_text = get_find_dialog_text(initial_string, &wword, &mcase); in initialise_findrep() 2673 if (wword) in initialise_findrep()
|