Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dgui.pro66 char_u *get_find_dialog_text(char_u *arg, int *wwordp, int *mcasep);
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.c5304 int *mcasep) // return: TRUE if \C found in get_find_dialog_text() argument
5330 *mcasep = (text[1] == 'C'); in get_find_dialog_text()