Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dtag.pro5 int find_tags(char_u *pat, int *num_matches, char_u ***matchesp, int flags, int mincount, char_u *b…
/vim-8.2.3635/src/
H A Dtag.c1551 char_u ***matchesp, // return: array of matches found in find_tags() argument
2813 *matchesp = matches; in find_tags()