vfs_path_tokens_count 1421 lib/vfs/path.c size_t tokens_count = vfs_path_tokens_count (vpath); vfs_path_tokens_count 73 lib/vfs/path.h size_t vfs_path_tokens_count (const vfs_path_t * vpath); vfs_path_tokens_count 252 src/filemanager/cd.c vfs_path_vtokens_get (tmp_vpath, 0, vfs_path_tokens_count (tmp_vpath) - 1); vfs_path_tokens_count 568 src/filemanager/file.c if (vfs_path_tokens_count (q) > 1) vfs_path_tokens_count 3601 src/filemanager/file.c if ((vfs_path_tokens_count (panel->cwd_vpath) != 0) vfs_path_tokens_count 444 src/filemanager/treestore.c new->sublevel = vfs_path_tokens_count (new->name); vfs_path_tokens_count 160 tests/lib/vfs/path_manipulations.c tokens_count = vfs_path_tokens_count (vpath);