SELECTION_GLOB
int flags = SELECTION_NAME | SELECTION_PROVIDES | SELECTION_GLOB
{ SELECTION_GLOB, "glob" },
if ((flags & SELECTION_GLOB) != 0 && strpbrk(name, "[*?") != 0)
type = !(flags & SELECTION_GLOB) || strpbrk(name, "[*?") == 0 ? SEARCH_STRING : SEARCH_GLOB;