ISWILD
if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) {
if (!ISWILD(word))
if (server != NULL && strcmp(word, server) != 0 && !ISWILD(word))
if (!ISWILD(word))
if (*p != '!' && *p != '-' && !ISWILD(p) && strchr(p, '/') == NULL) {