Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c46 #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