Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c124 static int ef_matches_range(int c, const char *pattern, const char **endp);
875 if(xplicit || !ef_matches_range(*fptr++, ++pptr, &pptr)) in ef_string_matches_pattern()
927 static int ef_matches_range(int c, const char *pattern, const char **endp) in ef_matches_range() function