Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.lex.c60 static int matchs (const Char *, const Char *);
1010 if (matchs(mp, lhsb.s)) { in subword()
1099 matchs(const Char *str, const Char *pat) in matchs() function