Searched refs:casematch (Results 1 – 3 of 3) sorted by relevance
59 int casematch(union node *, const char *);
394 if (casematch(patp, arglist.args[0])) { in evalcase()
1434 casematch(union node *pattern, const char *val) in casematch() function