Searched refs:inpmatch (Results 1 – 1 of 1) sorted by relevance
46 #define match(c, s) (c == *s && (!s[1] || inpmatch(s+1)))62 static wchar_t *inpmatch(wchar_t *);311 inpmatch(wchar_t *s) in inpmatch() function