Str_Matchi
if (Str_Matchi(s, strchr(s, '\0'), arg->s, arg->e))
if (Str_Matchi(entry, strchr(entry, '\0'), word, eword))
if (Str_Matchi(string, estring, pattern,
extern bool Str_Matchi(const char *, const char *, const char *, const char *);
Str_Matchi(string, strchr(string, '\0'), pattern, strchr(pattern, '\0'))
if (Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) {
if (!Str_Matchi(word->s, word->e, pat, strchr(pat, '\0'))) {