Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDexpand.h61 int casematch(union node *, const char *);
HDeval.c403 if (casematch(patp, arglist.list->text)) { in evalcase()
HDexpand.c1618 casematch(union node *pattern, const char *val) in casematch() function