Searched refs:sfr (Results 1 – 2 of 2) sorted by relevance
2599 SharedFindReplace *sfr; in find_replace_cb() local2607 sfr = &find_widgets; in find_replace_cb()2612 sfr = &repl_widgets; in find_replace_cb()2615 find_text = (char_u *)gtk_entry_get_text(GTK_ENTRY(sfr->what)); in find_replace_cb()2616 direction_down = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(sfr->down)); in find_replace_cb()2618 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(sfr->wword))) in find_replace_cb()2620 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(sfr->mcase))) in find_replace_cb()
3525 SharedFindReplace *sfr; in find_replace_callback() local3543 sfr = &find_widgets; in find_replace_callback()3548 sfr = &repl_widgets; in find_replace_callback()3550 find_text = XmTextFieldGetString(sfr->what); in find_replace_callback()3551 XtVaGetValues(sfr->down, XmNset, &direction_down, NULL); in find_replace_callback()3552 XtVaGetValues(sfr->wword, XmNset, &wword, NULL); in find_replace_callback()3553 XtVaGetValues(sfr->mcase, XmNset, &mcase, NULL); in find_replace_callback()