Home
last modified time | relevance | path

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

/freebsd/contrib/libc-vis/
H A Dvis.c133 static const wchar_t char_glob[] = L"*?[#"; variable
373 for (s = char_glob; *s; *d++ = *s++) in makeextralist()