Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void
81
regex_free(struct nhregex *re)
82
{
83
delete re;
84
}
85
#undef CPPREGEX_C
86
} // extern
"C"
87
Callers
12
msgtype_add
Function · 0.50
msgtype_free
Function · 0.50
free_one_msgtype
Function · 0.50
test_regex_pattern
Function · 0.50
add_autopickup_exception
Function · 0.50
remove_autopickup_exception
Function · 0.50
free_autopickup_exceptions
Function · 0.50
add_menu_coloring_parsed
Function · 0.50
free_menu_coloring
Function · 0.50
free_one_menu_coloring
Function · 0.50
add_sound_mapping
Function · 0.50
release_sound_mappings
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_regex_pattern
Function · 0.40