MCPcopy Create free account
hub / github.com/NetHack/NetHack / regex_init

Function regex_init

sys/share/cppregex.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28struct nhregex *
29regex_init(void)
30{
31 return new nhregex;
32}
33
34boolean
35regex_compile(const char *s, struct nhregex *re)

Callers 5

msgtype_addFunction · 0.50
test_regex_patternFunction · 0.50
add_autopickup_exceptionFunction · 0.50
add_menu_coloring_parsedFunction · 0.50
add_sound_mappingFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_regex_patternFunction · 0.40