Searched refs:readdir_core (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 34 int readdir_core(garray_T *gap, char_u *path, int withattr, void *context, int (*checkitem)(void *c…
|
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 1655 ret = readdir_core(&ga, path, FALSE, (void *)expr, in f_readdir() 1708 ret = readdir_core(&ga, path, TRUE, (void *)expr, in f_readdirex()
|
| H A D | fileio.c | 4758 readdir_core( in readdir_core() function 4990 if (readdir_core(&ga, exp, FALSE, NULL, NULL, READDIR_SORT_NONE) == OK) in delete_recursive()
|