Home
last modified time | relevance | path

Searched refs:replace_whole (Results 1 – 4 of 4) sorted by relevance

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditcmd.c48 int replace_whole = 0; variable
1264 int treplace_whole = replace_whole; in edit_replace_dialog()
1333 replace_whole = treplace_whole; in edit_replace_dialog()
1350 int treplace_whole = replace_whole; in edit_search_dialog()
1397 replace_whole = treplace_whole; in edit_search_dialog()
1536 "&Whole word", &replace_whole, in edit_search_dialog()
1558 "&Whole word", &replace_whole, in edit_replace_dialog()
1847 if (replace_whole) { in edit_find_forwards()
H A Dlook-cool.c44 extern int replace_whole;
96 CDrawSwitch ("replace.ww", win, xh, yh, replace_whole, _(" Whole words only "), 0); in look_cool_search_replace_dialog()
196 replace_whole = CIdent ("replace.ww")->keypressed; in look_cool_search_replace_dialog()
H A Dlook-next.c47 extern int replace_whole;
95 CDrawSwitch ("replace.ww", win, xh, yh, replace_whole, _(" Whole words only "), 0); in look_next_search_replace_dialog()
210 replace_whole = CIdent ("replace.ww")->keypressed; in look_next_search_replace_dialog()
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dmanpage.c242 extern int replace_whole;