Searched refs:casematch (Results 1 – 3 of 3) sorted by relevance
65 int casematch(union node *, char *);
403 if (casematch(patp, arglist.list->text)) { in evalcase()
1495 casematch(union node *pattern, char *val) in casematch() function