}
g_ptr_array_free(tags, TRUE);
}
if (! sep_pos)
break;
}
g_free(scope);
/* root tags */
if (prefix)
tags = tm_workspace_find_prefix(name, ft->lang, 0xffff);
else
tags = tm_workspace_find(name, NULL, tm_tag_max_t, NULL, ft->lang);
tm_workspace_find() doest dedup which is probably not what you want for autocompletion