Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c42 #define match(c, s) (c == *s && (!s[1] || inpmatch(s+1)))
58 static wchar_t *inpmatch(wchar_t *);
307 inpmatch(wchar_t *s) in inpmatch() function