Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.comp.c45 static int tw_match (const Char *, const Char *, int);
247 tw_match(const Char *str, const Char *pat, int exact) in tw_match() function
623 if ((n = tw_match(pos, ran, exact)) < 0) { in tw_complete()