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

Function regex_free

sys/share/cppregex.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void
81regex_free(struct nhregex *re)
82{
83 delete re;
84}
85#undef CPPREGEX_C
86} // extern "C"
87

Callers 12

msgtype_addFunction · 0.50
msgtype_freeFunction · 0.50
free_one_msgtypeFunction · 0.50
test_regex_patternFunction · 0.50
add_autopickup_exceptionFunction · 0.50
add_menu_coloring_parsedFunction · 0.50
free_menu_coloringFunction · 0.50
free_one_menu_coloringFunction · 0.50
add_sound_mappingFunction · 0.50
release_sound_mappingsFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_regex_patternFunction · 0.40