Home
last modified time | relevance | path

Searched refs:get_optional_window (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmatch.c967 win = get_optional_window(argvars, 0); in f_clearmatches()
988 win = get_optional_window(argvars, 0); in f_getmatches()
1070 win = get_optional_window(argvars, 1); in f_setmatches()
1338 win = get_optional_window(argvars, 1); in f_matchdelete()
H A Devalfunc.c2920 get_optional_window(typval_T *argvars, int idx) in get_optional_window() function
/vim-8.2.3635/src/proto/
H A Devalfunc.pro18 win_T *get_optional_window(typval_T *argvars, int idx);