Searched refs:wild (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_xmdlg.c | 52 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 D | lscript.vim | 149 " At a wild guess I'd put them as Functions...
|
| H A D | btm.vim | 116 syn keyword btmBuiltInFunc contained unique upper wild word
|
| H A D | lisp.vim | 365 syn keyword lispFunc expt parse-integer wild-pathname-p
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim.man | 311 --literal Take file name arguments literally, do not expand wild‐
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cmdline.vim | 81 " Test for canceling the wild menu by adding a character
|