Home
last modified time | relevance | path

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

/system/core/sh/
Dexpand.h65 int casematch(union node *, char *);
Deval.c403 if (casematch(patp, arglist.list->text)) { in evalcase()
Dexpand.c1495 casematch(union node *pattern, char *val) in casematch() function