Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
H A Dvis.c134 static const wchar_t char_glob[] = L"*?[#"; variable
372 for (s = char_glob; *s; *d++ = *s++) in makeextralist()