Home
last modified time | relevance | path

Searched refs:default_match_no_match (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fgr/src/
H A Dfind-module.i69 extern gboolean default_match_no_match;
667 default_anywhere=default_match_words=default_match_lines=default_match_no_match=FALSE;
681 default_match_no_match=TRUE;
H A Dfind-module_gui.c49 gboolean default_match_no_match=FALSE; variable
994 if (default_match_no_match) { in create_find_dialog()
995 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (match_no_match), default_match_no_match); in create_find_dialog()