Home
last modified time | relevance | path

Searched refs:FRD_WHOLE_WORD (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h501 # define FRD_WHOLE_WORD 0x08 // match whole word only macro
H A Dgui.c5367 if (flags & FRD_WHOLE_WORD) in gui_do_findrepl()
5374 if (flags & FRD_WHOLE_WORD) in gui_do_findrepl()
H A Dgui_gtk.c2619 flags |= FRD_WHOLE_WORD; in find_replace_cb()
H A Dgui_motif.c3555 flags |= FRD_WHOLE_WORD; in find_replace_callback()
H A Dgui_w32.c1142 flags |= FRD_WHOLE_WORD; in _OnFindRepl()