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

/macosx-10.10/vim-55/src/
H A Dgui_gtk.c1456 GtkWidget *wword; /* 'Whole word only' check button */ member in struct:_SharedFindReplace
1556 int wword = FALSE; local
1564 entry_text = get_find_dialog_text(arg, &wword, &mcase);
1581 gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(frdp->wword),
1582 (gboolean)wword);
1668 frdp->wword = gtk_check_button_new_with_label(CONV(_("Match whole word only")));
1669 gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(frdp->wword),
1670 (gboolean)wword);
1672 gtk_table_attach(GTK_TABLE(table), frdp->wword, 0, 1023, 2, 3,
1675 gtk_table_attach(GTK_TABLE(table), frdp->wword,
[all...]
H A Dgui_motif.c3522 Widget wword; /* 'Exact match' check button */ member in struct:_SharedFindReplace
3589 Boolean wword; local
3618 XtVaGetValues(sfr->wword, XmNset, &wword, NULL);
3620 if (wword)
3708 int wword = FALSE; local
3717 entry_text = get_find_dialog_text(arg, &wword, &mcase);
3737 XtVaSetValues(frdp->wword, XmNset, wword, NULL);
4009 frdp->wword
[all...]
H A Dgui_w48.c2560 int wword = FALSE; local
2565 entry_text = get_find_dialog_text(initial_string, &wword, &mcase);
2571 if (wword)

Completed in 101 milliseconds