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

Function pmatchi

src/strutil.c:151–155  ·  view source on GitHub ↗

case-insensitive wildcard match */

Source from the content-addressed store, hash-verified

149
150/* case-insensitive wildcard match */
151boolean
152pmatchi(const char *patrn, const char *strng)
153{
154 return pmatch_internal(patrn, strng, TRUE, (const char *) 0);
155}
156
157
158/*strutil.c*/

Callers 5

process_menu_windowFunction · 0.85
invert_matchFunction · 0.85
select_matchFunction · 0.85
regex_matchFunction · 0.85
doextlistFunction · 0.85

Calls 1

pmatch_internalFunction · 0.85

Tested by

no test coverage detected