Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c44 static int leftmatch(wchar_t *, wchar_t *);
325 if (leftmatch(subj++, obj)) { in doindex()
334 leftmatch(wchar_t *str, wchar_t *substr) in leftmatch() function