Searched refs:match_one (Results 1 – 1 of 1) sorted by relevance
25 static int match_one(char *s, const char *p, substring_t args[]) in match_one() function110 for (p = table; !match_one(s, p->pattern, args) ; p++) in match_token()