Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xmdlg.c52 static char wild[3] = "*"; variable
289 if (!strcmp(item, wild)) in add_to_list()
313 if (!data->sel[l] || !strcmp(data->sel[l], wild)) in match()
377 add_to_list(list[ENCODING], wild, &count[ENCODING]); in fill_lists()
379 add_to_list(list[NAME], wild, &count[NAME]); in fill_lists()
381 add_to_list(list[STYLE], wild, &count[STYLE]); in fill_lists()
383 add_to_list(list[SIZE], wild, &count[SIZE]); in fill_lists()
655 && strcmp(data->sel[ENCODING], wild) in do_choice()
656 && strcmp(data->sel[NAME], wild) in do_choice()
657 && strcmp(data->sel[STYLE], wild) in do_choice()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dlscript.vim149 " At a wild guess I'd put them as Functions...
H A Dbtm.vim116 syn keyword btmBuiltInFunc contained unique upper wild word
H A Dlisp.vim365 syn keyword lispFunc expt parse-integer wild-pathname-p
/vim-8.2.3635/runtime/doc/
H A Dvim.man311 --literal Take file name arguments literally, do not expand wild
/vim-8.2.3635/src/testdir/
H A Dtest_cmdline.vim81 " Test for canceling the wild menu by adding a character