MCPcopy Index your code
hub / github.com/NetHack/NetHack / pmatch

Function pmatch

src/strutil.c:144–148  ·  view source on GitHub ↗

case-sensitive wildcard match */

Source from the content-addressed store, hash-verified

142
143/* case-sensitive wildcard match */
144boolean
145pmatch(const char *patrn, const char *strng)
146{
147 return pmatch_internal(patrn, strng, FALSE, (const char *) 0);
148}
149
150/* case-insensitive wildcard match */
151boolean

Callers 2

debugcoreFunction · 0.85
checkfileFunction · 0.85

Calls 1

pmatch_internalFunction · 0.85

Tested by

no test coverage detected