Home
last modified time | relevance | path

Searched refs:casematch (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/
H A Dexpand.h59 int casematch(union node *, const char *);
H A Deval.c394 if (casematch(patp, arglist.args[0])) { in evalcase()
H A Dexpand.c1434 casematch(union node *pattern, const char *val) in casematch() function